From 8460583b9ff3270bb430ff6d9f4b23e1aed546b2 Mon Sep 17 00:00:00 2001 From: Hartmut Brandt Date: Mon, 9 Aug 2004 16:13:54 +0000 Subject: 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(+) (limited to 'usr.bin') diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1 index 063c2472e0a23..05b76efd1df85 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 -- cgit v1.3