Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Sep 1996 06:06:39 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        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:  <199609282006.GAA04570@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>  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.

Bruce



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199609282006.GAA04570>