Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Jun 1996 13:35:36 -0700
From:      "Jordan K. Hubbard" <jkh@time.cdrom.com>
To:        Nate Williams <nate@mt.sri.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:  <5281.835994136@time.cdrom.com>
In-Reply-To: Your message of "Fri, 28 Jun 1996 14:12:23 MDT." <199606282012.OAA17650@rocky.mt.sri.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
> 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.

I'm not entirely sure of that - have you looked at the way that the
cleandir rule now works?  It does essentially the same thing except
that it's make traversing the tree instead of find, and you wouldn't
spare yourself that traversal anyway since it does a cleandir pass
right after that (look about 15 lines further down).

						Jordan



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5281.835994136>