From 98b937e22a023bf2bef40267006693a68dae8d1d Mon Sep 17 00:00:00 2001 From: harti Date: Mon, 9 Aug 2004 16:13:54 +0000 Subject: [PATCH] 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 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1 index 063c2472e0a2..05b76efd1df8 100644 --- a/usr.bin/make/make.1 +++ b/usr.bin/make/make.1 @@ -533,6 +533,13 @@ If they are undefined and .Nm is unable to change into any of the remaining three directories, then the current directory is used. +Note, that +.Ev MAKEOBJDIRPREFIX +and +.Ev MAKEOBJDIR +must be environment variables and should not be set on +.Nm Ns 's +command line. .Pp The .Nm