make cleanworld

Ryan Stone rysto32 at gmail.com
Tue Nov 8 22:50:07 UTC 2011


On Tue, Nov 8, 2011 at 4:55 PM, Alexander Best <arundel at freebsd.org> wrote:
> another tought would be to do the following:
>
> find -flags +XXX /usr/obj/usr/git-freebsd-head -exec chflags -R 0 {} +
> rm/obj/usr/git-freebsd-head/*

As far as I can tell, the expensive part is not chflags, but walking
the entire directory tree.  Running find will still cause us to walk
it twice.


More information about the freebsd-toolchain mailing list