summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2010-01-09 23:37:29 +0000
committerbz <bz@FreeBSD.org>2010-01-09 23:37:29 +0000
commitee1cddf922985580021062f8cd34f795a1a285eb (patch)
tree1cbcd4b5a10c9066c6402b3c9c4501f45a817a1f /Makefile
parent0b0c77182599230a7babe401edff4721ba447efd (diff)
downloadFreeBSD-src-ee1cddf922985580021062f8cd34f795a1a285eb.zip
FreeBSD-src-ee1cddf922985580021062f8cd34f795a1a285eb.tar.gz
Use uname -m [1] and rename BUILD_ARCH to XMACHINE[2].
Submitted by: nyan[1], imp[2] MFC after: 27 days X-MFC with: r201815
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e7c4c5f..231d71b 100644
--- a/Makefile
+++ b/Makefile
@@ -321,8 +321,8 @@ universe_${target}:
@echo ">> ${target} completed on `LC_ALL=C date`"
.endfor
universe_kernels: universe_kernconfs
-BUILD_ARCH!= uname -p
-TARGET?= ${BUILD_ARCH}
+XMACHINE!= uname -m
+TARGET?= ${XMACHINE}
KERNCONFS!= cd ${.CURDIR}/sys/${TARGET}/conf && \
find [A-Z0-9]*[A-Z0-9] -type f -maxdepth 0 \
! -name DEFAULTS ! -name NOTES
OpenPOWER on IntegriCloud