From owner-freebsd-questions Sat Oct 2 12:44:25 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (Postfix) with ESMTP id 6105115394 for ; Sat, 2 Oct 1999 12:44:10 -0700 (PDT) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.1a/8.9.0) with ESMTP id OAA09471; Sat, 2 Oct 1999 14:43:11 -0500 (CDT) Date: Sat, 2 Oct 1999 14:43:11 -0500 (CDT) From: Steve Price To: Gianmarco Giovannelli Cc: questions@FreeBSD.ORG Subject: Re: make clean in usr/ports In-Reply-To: <4.2.0.58.19991002081851.01741530@194.184.65.4> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 2 Oct 1999, Gianmarco Giovannelli wrote: # # I often make a make clean in the /usr/ports tree to clean what is remained # from the previous installs. # But it is so slow... # So I tried a more brutal : # rm -R */*/work # and it is a flash ... # # Is there any drawback to use it instead of make clean ? You could always use 'make NOCLEANDEPENDS=yes clean' which is must faster than a 'make clean' and will guard against the occasional port that does weird things in its clean target. -steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message