From owner-freebsd-ports Sun Jan 18 09:37:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA25869 for freebsd-ports-outgoing; Sun, 18 Jan 1998 09:37:54 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freebsd.scds.com (jseger.shore.net [204.167.102.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA25857 for ; Sun, 18 Jan 1998 09:37:43 -0800 (PST) (envelope-from jseger@freebsd.scds.com) Received: (from jseger@localhost) by freebsd.scds.com (8.8.8/8.8.5) id MAA12661; Sun, 18 Jan 1998 12:33:46 -0500 (EST) Date: Sun, 18 Jan 1998 12:33:46 -0500 (EST) Message-Id: <199801181733.MAA12661@freebsd.scds.com> From: "Justin M. Seger" To: imp@village.org CC: ports@FreeBSD.ORG In-reply-to: <199801180534.WAA17044@harmony.village.org> (message from Warner Losh on Sat, 17 Jan 1998 22:34:46 -0700) Subject: Re: How dow you... References: <199801180534.WAA17044@harmony.village.org> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org OK. I want to do a make clean from /usr/ports. This is all well and good, except for one minor little problem. Everything that depends on, say, gmake does a make clean on gmake. This slows things down quite a bit. Is there any way fo have this not happend and only clean the directory and *NOT* its depeneds? This should do the trick: make -DNOCLEANDEPENDS clean TTYL, -Justin SEGER-