]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Make explicit that MAKEOBJDIRPREFIX and MAKOBJDIR must be set
authorharti <harti@FreeBSD.org>
Mon, 9 Aug 2004 16:13:54 +0000 (16:13 +0000)
committerharti <harti@FreeBSD.org>
Mon, 9 Aug 2004 16:13:54 +0000 (16:13 +0000)
commit98b937e22a023bf2bef40267006693a68dae8d1d
tree2c20fa728f2dd121bf7b25476dbd40fbad5002cf
parent649b4336f4c3f3c74176cbaa17d1a54288018ba7
Make explicit that MAKEOBJDIRPREFIX and MAKOBJDIR must be set
as environment variables and should not be set on make's command
line. They happen to work accidentially as command line variables
too when none of the sub-makes wants to play games with them (because
make is putting command line variables into the environment and will
find them there later on). Makefile.inc1 wants to change
MAKEOBJDIRPREFIX. In this case one cannot set it on the command line.
usr.bin/make/make.1