Fixed a race to build the @' and machine' symlinks early enough

for `make -jN'.
This commit is contained in:
Bruce Evans 1998-03-19 12:35:55 +00:00
parent db439b3aaa
commit 77d71f644a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=34675
2 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.14 1998/02/04 21:56:36 eivind Exp $
# $Id: Makefile,v 1.15 1998/02/06 23:54:21 eivind Exp $
.PATH: ${.CURDIR}/../../sys/i386/linux
KMOD= linux_mod
@ -21,7 +21,7 @@ linux_locore.o: linux_locore.s linux_assym.h
${CC} -c -x assembler-with-cpp -DLOCORE -DKERNEL ${CFLAGS} \
${.IMPSRC} -o ${.TARGET}
linux_genassym.o: linux_genassym.c linux.h
linux_genassym.o: linux_genassym.c linux.h @ machine
${CC} -c ${CFLAGS} -UKERNEL ${.IMPSRC}
linux_genassym: linux_genassym.o

View file

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.14 1998/02/04 21:56:36 eivind Exp $
# $Id: Makefile,v 1.15 1998/02/06 23:54:21 eivind Exp $
.PATH: ${.CURDIR}/../../sys/i386/linux
KMOD= linux_mod
@ -21,7 +21,7 @@ linux_locore.o: linux_locore.s linux_assym.h
${CC} -c -x assembler-with-cpp -DLOCORE -DKERNEL ${CFLAGS} \
${.IMPSRC} -o ${.TARGET}
linux_genassym.o: linux_genassym.c linux.h
linux_genassym.o: linux_genassym.c linux.h @ machine
${CC} -c ${CFLAGS} -UKERNEL ${.IMPSRC}
linux_genassym: linux_genassym.o