From owner-freebsd-stable Sat Nov 18 23: 3:13 2000 Delivered-To: freebsd-stable@freebsd.org Received: from evilcode.com (evilcode.com [63.228.228.140]) by hub.freebsd.org (Postfix) with SMTP id 2DF9437B479 for ; Sat, 18 Nov 2000 23:03:11 -0800 (PST) Received: (qmail 84679 invoked by uid 1000); 19 Nov 2000 07:03:05 -0000 Date: Sat, 18 Nov 2000 23:03:05 -0800 From: James To: stable@FreeBSD.ORG Subject: Re: cd /usr/ports; make clean Message-ID: <20001118230305.A83848@evilcode.com> Mail-Followup-To: James , stable@FreeBSD.ORG References: <200011190635.eAJ6ZRS94516@grumpy.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200011190635.eAJ6ZRS94516@grumpy.dyndns.org>; from dkelly@HiWAAY.net on Sun, Nov 19, 2000 at 12:35:27AM -0600 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Nov 19, 2000 at 12:35:27AM -0600, David Kelly wrote: > # find /usr/ports -type d -name work -print -execdir make clean \; -prune > > is much faster than "make clean" from the top. It seems to work OK if a > clean target is put in /usr/ports/Makefile just prior to the .include > Or for a much faster solution: find /usr/ports -type d -name work -prune -print -exec rm -r {} \; To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message