Date: Mon, 28 May 2001 13:47:17 +0300 From: Ruslan Ermilov <ru@freebsd.org> To: Sheldon Hearn <sheldonh@uunet.co.za> Cc: netch@lucky.net, 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 ... Message-ID: <20010528134717.B6209@sunbay.com> In-Reply-To: <51548.991045043@axl.fw.uunet.co.za>; from sheldonh@uunet.co.za on Mon, May 28, 2001 at 12:17:23PM %2B0200 References: <20010528130402.A15634@lucky.net> <51548.991045043@axl.fw.uunet.co.za>
next in thread | previous in thread | raw e-mail | index | archive | help
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)? > -DNOCLEAN buildworld *should* work in a scenario you have described. > No, because you may have .depend files in your src tree. Have a look: > > find /usr/src -name '.depend' > Yes, as ${.OBJDIR} in this case (assuming `make obj' was run) points to the ${MAKEOBJDIRPREFIX}/${.CURDIR}, not ${.CURDIR}, with MAKEOBJDIRPREFIX being normally /usr/obj (or /usr/obj/${MACHINE_ARCH} if cross-building). Cheers, -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010528134717.B6209>