summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2001-02-22 22:58:24 +0000
committerjhb <jhb@FreeBSD.org>2001-02-22 22:58:24 +0000
commitbd40828dbb468421c8a6720fc21f27b53e056ffc (patch)
tree11e287b6e11d08c8621d715536a295300bf58fda /Makefile.inc1
parent5108b14206c79d1523e59dcb1f75381f9f8ff9c9 (diff)
downloadFreeBSD-src-bd40828dbb468421c8a6720fc21f27b53e056ffc.zip
FreeBSD-src-bd40828dbb468421c8a6720fc21f27b53e056ffc.tar.gz
MACHINE_ARCH is the target arch to crossbuild to, not TARGET_ARCH.
Requested by: marcel
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc12
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index e3e48bb..0ddc083 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -20,7 +20,7 @@
# -DNO_PORTSUPDATE do not update ports in ${MAKE} update
# -DNO_DOCUPDATE do not update doc in ${MAKE} update
# LOCAL_DIRS="list of dirs" to add additional dirs to the SUBDIR list
-# TARGET_ARCH="machine arch" to crossbuild world to a different arch
+# MACHINE_ARCH="machine arch" to crossbuild world to a different arch
#
# The intended user-driven targets are:
OpenPOWER on IntegriCloud