On Tue Nov  8 11, Warner Losh wrote:
> 
> On Nov 8, 2011, at 1:49 PM, Alexander Best wrote:
> 
> > hi there,
> > 
> > any reason 'make cleanworld' does
> > 
> > otaku% make cleanworld
> > rm -rf /usr/obj/usr/git-freebsd-head/*
> > chflags -R 0 /usr/obj/usr/git-freebsd-head
> > rm -rf /usr/obj/usr/git-freebsd-head/*
> > 
> > where
> > 
> > otaku% make cleanworld
> > chflags -R 0 /usr/obj/usr/git-freebsd-head
> > rm -rf /usr/obj/usr/git-freebsd-head/*
> > 
> > should be sufficient?
> 
> chflags is a lot slower when it has to do an entire tree, rather than just a 
> few files.  So this winds up being faster.  Or did across a wide swath of 
> FreeBSD version 4-7.

ahh thanks. haven't thought about that. :)

> 
> Warner
_______________________________________________
freebsd-toolchain@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-toolchain
To unsubscribe, send any mail to "freebsd-toolchain-unsubscr...@freebsd.org"

Reply via email to