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
This commit is contained in:
parent
9d8e1a8300
commit
9c6a3d8223
4
Makefile
4
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
|
||||
|
Loading…
Reference in New Issue
Block a user