summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2010-08-23 06:22:35 +0000
committerimp <imp@FreeBSD.org>2010-08-23 06:22:35 +0000
commit50d4a3193c693a85220d6d5595132133a5260003 (patch)
treeddee2b32101943cb2ee7bc4b7e66c6924b2f474c
parentc6e071ef3a85d3ced4148a303f1210bb9efcd5e5 (diff)
downloadFreeBSD-src-50d4a3193c693a85220d6d5595132133a5260003.zip
FreeBSD-src-50d4a3193c693a85220d6d5595132133a5260003.tar.gz
This should really be MACHINE not MACHINE_ARCH, and is this Makefile even used?
-rw-r--r--sys/kern/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/Makefile b/sys/kern/Makefile
index 07c2d57..5ab113e 100644
--- a/sys/kern/Makefile
+++ b/sys/kern/Makefile
@@ -28,7 +28,7 @@ init_sysent.c syscalls.c systrace_args.c ../sys/syscall.h \
# are placed in each source directory. We need to have links to tags files
# from the generic directories that are relative to the machine type, even
# via remote mounts; therefore we use symlinks to $SYSTAGS, which points at
-# ${SYSDIR}/${MACHINE_ARCH}/tags.
+# ${SYSDIR}/${MACHINE}/tags.
SYSTAGS=/var/db/sys_tags
SYSDIR=/sys
@@ -51,7 +51,7 @@ tags::
links::
rm -f ${SYSTAGS}
- ln -s ${SYSDIR}/${MACHINE_ARCH}/tags ${SYSTAGS}
+ ln -s ${SYSDIR}/${MACHINE}/tags ${SYSTAGS}
-for i in ${DGEN}; do \
(cd ../$$i && { rm -f tags; ln -s ${SYSTAGS} tags; }) done
-for i in ${ARCH}; do \
OpenPOWER on IntegriCloud