diff options
Diffstat (limited to 'share/examples')
-rw-r--r-- | share/examples/etc/make.conf | 6 |
1 files changed, 6 insertions, 0 deletions
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 |