Date: Sun, 12 Sep 1999 15:58:01 +0200 (CEST) From: Oliver Fromme <olli@dorifer.heim3.tu-clausthal.de> To: freebsd-current@freebsd.org Subject: Re: optional 'make release' speed-up patch Message-ID: <199909121358.PAA15778@dorifer.heim3.tu-clausthal.de>
next in thread | raw e-mail | index | archive | help
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:olli@dorifer.heim3.tu-clausthal.de) "In jedem Stück Kohle wartet ein Diamant auf seine Geburt" (Terry Pratchett) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199909121358.PAA15778>