From owner-freebsd-questions Thu Nov 15 11: 0: 6 2001 Delivered-To: freebsd-questions@freebsd.org Received: from webs1.accretive-networks.net (webs1.accretive-networks.net [207.246.154.13]) by hub.freebsd.org (Postfix) with ESMTP id E4F4837B405 for ; Thu, 15 Nov 2001 11:00:00 -0800 (PST) Received: from localhost (davidk@localhost) by webs1.accretive-networks.net (8.11.1/8.11.3) with ESMTP id fAFIxc095642; Thu, 15 Nov 2001 10:59:38 -0800 (PST) Date: Thu, 15 Nov 2001 10:59:38 -0800 (PST) From: David Kirchner X-X-Sender: To: "Patrick O'Reilly" Cc: Nils Holland , , Subject: RE: cvsup In-Reply-To: Message-ID: <20011115105909.U44499-100000@localhost> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 15 Nov 2001, Patrick O'Reilly wrote: > Nils and Crist, > > thanks for your help. > > Forgive me for being pedantic, but my curiosity is getting the better of me; > What is the role of "make clean" if "rm -rf /usr/obj/*" will do the trick? > Or perhaps these two things are totally unrelated?!? > > Patrick. make clean goes through all of the Makefiles in /usr/src and calls "clean" for each of them. rm -rf just removes all of the files without having to be told which files to remove. It's probably going to be faster. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message