Document the correct use of MAKEOBJDIRPREFIX and MAKEOBJDIR.
Requested by: kris
This commit is contained in:
parent
2f29b4440a
commit
47a4e0e50d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user