From owner-freebsd-stable Sat Nov 18 22:35:34 2000 Delivered-To: freebsd-stable@freebsd.org Received: from grumpy.dyndns.org (cm-24-246-28-166.toney.mediacom.ispchannel.com [24.246.28.166]) by hub.freebsd.org (Postfix) with ESMTP id C5ECD37B479 for ; Sat, 18 Nov 2000 22:35:30 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by grumpy.dyndns.org (8.11.1/8.11.1) with ESMTP id eAJ6ZRS94516 for ; Sun, 19 Nov 2000 00:35:29 -0600 (CST) (envelope-from dkelly@grumpy.dyndns.org) Message-Id: <200011190635.eAJ6ZRS94516@grumpy.dyndns.org> X-Mailer: exmh version 2.2 06/23/2000 with nmh-1.0.4 To: stable@FreeBSD.ORG Subject: cd /usr/ports; make clean From: David Kelly Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 19 Nov 2000 00:35:27 -0600 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm sure to be off my rocker to suggest something like this 2 days before -RELEASE, but sometimes I don't clean up after installing a port and out of laziness simply do "make clean" from the /usr/ports/ directory. Takes forever. And got to thinking about alternatives. # 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 -- David Kelly N4HHE, dkelly@hiwaay.net ===================================================================== The human mind ordinarily operates at only ten percent of its capacity -- the rest is overhead for the operating system. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message