From 77d71f644aa015f2aef7bdc0fd9ada8667706f7e Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Thu, 19 Mar 1998 12:35:55 +0000 Subject: [PATCH] Fixed a race to build the `@' and `machine' symlinks early enough for `make -jN'. --- lkm/linux/Makefile | 4 ++-- sys/modules/linux/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lkm/linux/Makefile b/lkm/linux/Makefile index 0baae8e7649..c1153cb773e 100644 --- a/lkm/linux/Makefile +++ b/lkm/linux/Makefile @@ -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 diff --git a/sys/modules/linux/Makefile b/sys/modules/linux/Makefile index 0baae8e7649..c1153cb773e 100644 --- a/sys/modules/linux/Makefile +++ b/sys/modules/linux/Makefile @@ -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