From owner-freebsd-current Fri Jun 28 13:12:50 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA26102 for current-outgoing; Fri, 28 Jun 1996 13:12:50 -0700 (PDT) Received: from rocky.mt.sri.com (rocky.sri.MT.net [204.182.243.10]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id NAA26092 for ; Fri, 28 Jun 1996 13:12:44 -0700 (PDT) Received: (from nate@localhost) by rocky.mt.sri.com (8.7.5/8.7.3) id OAA17650; Fri, 28 Jun 1996 14:12:23 -0600 (MDT) Date: Fri, 28 Jun 1996 14:12:23 -0600 (MDT) Message-Id: <199606282012.OAA17650@rocky.mt.sri.com> From: Nate Williams To: "Jordan K. Hubbard" Cc: "Christoph P. Kukulies" , freebsd-current@freefall.freebsd.org Subject: Re: world build times went up (?) In-Reply-To: <4668.835990381@time.cdrom.com> References: <199606281541.RAA19500@gilberto.physik.rwth-aachen.de> <4668.835990381@time.cdrom.com> Sender: owner-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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