Date: Sat, 28 Sep 1996 14:49:36 -0600 (MDT) From: Nate Williams <nate@mt.sri.com> To: Bruce Evans <bde@zeta.org.au> Cc: cvs-all@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-share@freefall.freebsd.org, nate@freefall.freebsd.org Subject: Re: cvs commit: src/share/mk bsd.obj.mk Message-ID: <199609282049.OAA26514@rocky.mt.sri.com> In-Reply-To: <199609282006.GAA04570@godzilla.zeta.org.au> References: <199609282006.GAA04570@godzilla.zeta.org.au>
next in thread | previous in thread | raw e-mail | index | archive | help
Bruce Evans writes: > > Modified: share/mk bsd.obj.mk > > Log: > > The warning was triggering off the unused variable MAKEOBJDIR, instead > > of the variable OBJLINK which is used in /etc/make.conf to build 'obj' > > links in the current directory. This caused lots of useless warnings > > since if OBJLINK is defined ./obj will be created and used. > > MAKEOBJDIR is used if it is in the enviroment, so it still needs to be > tested. It was once documented in bsd.obj.mk. It is no longer, and since I didn't know what it was I know considered a non-used feature. What exactly did it do in comparison to OBJLINK? Nate
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199609282049.OAA26514>