From owner-cvs-all@FreeBSD.ORG Mon Mar 8 09:52:46 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8CAB116A4CF for ; Mon, 8 Mar 2004 09:52:46 -0800 (PST) Received: from root.org (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 7897143D54 for ; Mon, 8 Mar 2004 09:52:46 -0800 (PST) (envelope-from nate@root.org) Received: (qmail 47617 invoked by uid 1000); 8 Mar 2004 17:52:47 -0000 Date: Mon, 8 Mar 2004 09:52:47 -0800 (PST) From: Nate Lawson To: Andrey Chernov In-Reply-To: <20040308174832.GC82645@nagual.pp.ru> Message-ID: <20040308094947.N47412@root.org> References: <20040306065533.3EC4A16A699@hub.freebsd.org> <20040308093746.D47412@root.org><20040308174654.GA95281@FreeBSD.org> <20040308174832.GC82645@nagual.pp.ru> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/bin/dd Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2004 17:52:46 -0000 [context recovered] > > > > +CLEANFILES+= a.out > > > > > > Just curious, why is this necessary? > > > > To not left a.out in the obj dir. > > > > Why is that necessary? > > Why 'make clean' is ever necessary? Why is there an a.out in the obj dir? -Nate (waiting for the punch line. it better be REALLY good.)