Date: Sat, 28 Sep 1996 12:39:24 -0700 (PDT) From: Nate Williams <nate> To: CVS-committers, cvs-all, cvs-share Subject: cvs commit: src/share/mk bsd.obj.mk Message-ID: <199609281939.MAA23081@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
nate 96/09/28 12:39:22 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. Revision Changes Path 1.15 +2 -2 src/share/mk/bsd.obj.mk
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199609281939.MAA23081>