make cleanworld
Warner Losh
imp at bsdimp.com
Tue Nov 8 22:26:18 UTC 2011
On Nov 8, 2011, at 2:55 PM, Alexander Best wrote:
> find -flags +XXX /usr/obj/usr/git-freebsd-head -exec chflags -R 0 {} +
> rm/obj/usr/git-freebsd-head/*
>
> that should only execute chflags(1) on those files with flags set.
THat's only faster if the entire directory tree says in the directory cache. It isn't so much about chflags being called N times, but having to look at N files twice.
Warner
More information about the freebsd-toolchain
mailing list