From owner-cvs-all Mon May 28 4:34: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from dt051n37.san.rr.com (dt051n37.san.rr.com [204.210.32.55]) by hub.freebsd.org (Postfix) with ESMTP id 1017337B423; Mon, 28 May 2001 04:33:53 -0700 (PDT) (envelope-from DougB@DougBarton.net) Received: from DougBarton.net (master [10.0.0.2]) by dt051n37.san.rr.com (8.9.3/8.9.3) with ESMTP id EAA54995; Mon, 28 May 2001 04:33:22 -0700 (PDT) (envelope-from DougB@DougBarton.net) Message-ID: <3B123782.B7CC5672@DougBarton.net> Date: Mon, 28 May 2001 04:33:22 -0700 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Peter Pentchev Cc: Sheldon Hearn , netch@lucky.net, Ruslan Ermilov , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: -DNOCLEAN - was: Re: cvs commit: src/contrib/amd/include am_defs.h src/usr.sbin/amd/includeconfig.h src/etc/mtree BSD.include.dist src/include Makefilesrc/sbin/mount_msdos mount_msdos.c src/sbin/mountd mountd.csrc/share/man/man7 hier.7 src/sys/boot/forth loader.conf ... References: <20010528130402.A15634@lucky.net> <51548.991045043@axl.fw.uunet.co.za> <20010528134222.B588@ringworld.oblivion.bg> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Peter Pentchev wrote: > > On Mon, May 28, 2001 at 12:17:23PM +0200, Sheldon Hearn wrote: > > > > > > On Mon, 28 May 2001 13:04:02 +0300, Valentin Nechayev wrote: > > > > > Is -DNOCLEAN guaranteed to work when /usr/obj/`/bin/pwd` was already > > > cleaned manually (rm -rf)? > > > > No, because you may have .depend files in your src tree. Have a look: > > > > find /usr/src -name '.depend' > > Hmm.. I thought the src tree was not touched at all during the build > process? It shouldn't be, unless something is broken. > The only files I could find with a find /usr/src -type f -name .depend > were files that I myself had generated, by manually cd'ing into > a directory and running make clean depend all there. You can solve that problem by doing 'make cleandir obj depend all' instead. -- I need someone really bad. Are you really bad? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message