From owner-cvs-share Sat Sep 28 12:41:08 1996 Return-Path: owner-cvs-share Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA24482 for cvs-share-outgoing; Sat, 28 Sep 1996 12:41:08 -0700 (PDT) Received: (from nate@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA23081; Sat, 28 Sep 1996 12:39:24 -0700 (PDT) Date: Sat, 28 Sep 1996 12:39:24 -0700 (PDT) From: Nate Williams Message-Id: <199609281939.MAA23081@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-share Subject: cvs commit: src/share/mk bsd.obj.mk Sender: owner-cvs-share@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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