Date: Fri, 28 Jun 1996 14:12:23 -0600 (MDT) From: Nate Williams <nate@mt.sri.com> To: "Jordan K. Hubbard" <jkh@time.cdrom.com> Cc: "Christoph P. Kukulies" <kuku@gilberto.physik.rwth-aachen.de>, freebsd-current@freefall.freebsd.org Subject: Re: world build times went up (?) Message-ID: <199606282012.OAA17650@rocky.mt.sri.com> In-Reply-To: <4668.835990381@time.cdrom.com> References: <199606281541.RAA19500@gilberto.physik.rwth-aachen.de> <4668.835990381@time.cdrom.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Jordan K. Hubbard writes: > > With the new make/obj tree structure my make world build time went up from > > 17000 s to 22000 s. I'm not sure what the reason is. Anyone else seeing > > an increase of build time? > > Are you sure that's not just tcl coming into the tree? I can't think > of any reason for it to be slower and it should, in fact, be *faster* > since you're not doing that decent of /usr/src first to remove all the > obj links. Umm, doing a find /usr/src -name obj | xargs rm -rf && rm -rf /usr/obj/* is going to be *way* faster than having to find a place in the tree and remove things. Nate
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199606282012.OAA17650>