From 94d764228587c861fc783fbf41f8f4654e8ecf70 Mon Sep 17 00:00:00 2001 From: harti Date: Wed, 11 Aug 2004 07:14:11 +0000 Subject: Document the correct use of MAKEOBJDIRPREFIX and MAKEOBJDIR. Requested by: kris --- share/examples/etc/make.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf index 6f69082..754a9b4 100644 --- a/share/examples/etc/make.conf +++ b/share/examples/etc/make.conf @@ -15,6 +15,12 @@ # You have to find those in the Makefiles and documentation of # the source tree. # +# Note, that you should not set MAKEOBJDIRPREFIX or MAKEOBJDIR +# from make.conf (or as command line variables to make). +# Both variables are environment variables for make and must be used as: +# +# env MAKEOBJDIRPREFIX=/big/directory make +# # # The CPUTYPE variable controls which processor should be targeted for # generated code. This controls processor-specific optimizations in -- cgit v1.1