This should really be MACHINE not MACHINE_ARCH, and is this Makefile even used?

This commit is contained in:
Warner Losh 2010-08-23 06:22:35 +00:00
parent c09808d0d6
commit b3cdb67393
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=211695

View File

@ -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 \