Matthew Thyer wrote in list.freebsd-current:
> YES please fix this ridiculous inefficiency pointed out by Rod!
There's nothing broken, so there's nothing to fix (IMO).
> The current method of cleaning the build tree is to chflags -R and
> then rm -r which results in two full traversals of the entire /usr/obj
> tree which takes MUCH longer than attempting an rm -r first followed by
> a chflags -R and another rm -r.
Uhm, what are you talking about? The Makefile does exactly
that:
<quote>
# The first command will fail on a handful of files that have their schg
# flags set. But it greatly speeds up the next two commands.
-rm -rf ${CHROOTDIR}
-chflags -R noschg ${CHROOTDIR}/.
-rm -rf ${CHROOTDIR}
</quote>
Regards
Oliver
--
Oliver Fromme, Leibnizstr. 18/61, 38678 Clausthal, Germany
(Info: finger userinfo:[EMAIL PROTECTED])
"In jedem St�ck Kohle wartet ein Diamant auf seine Geburt"
(Terry Pratchett)
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
- Re: optional 'make release' speed-up patch Jordan K. Hubbard
- Re: optional 'make release' speed-up patch David Scheidt
- Re: optional 'make release' speed-up patch Nick Hibma
- Re: optional 'make release' speed-up patch Rodney W. Grimes
- Re: optional 'make release' speed-up patch Matthew Thyer
- Re: optional 'make release' speed-up patch Wolfram Schneider
- Re: optional 'make release' speed-up patch Mike Pritchard
- Re: optional 'make release' speed-up patch Stephen McKay
- Re: optional 'make release' speed-up patch John W. DeBoskey
- Re: optional 'make release' speed-up patch Oliver Fromme
- Re: optional 'make release' speed-up patch Oliver Fromme
- Re: optional 'make release' speed-up patch Rodney W. Grimes
- make world speed-up patch (was Re: optional 'make r... Matthew Thyer
- Re: make world speed-up patch (was Re: optional... Matthew Dillon
- Re: optional 'make release' speed-up patch Sheldon Hearn
- Re: optional 'make release' speed-up patch Oliver Fromme
- Re: optional 'make release' speed-up patch Sheldon Hearn
