Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/i386/stand create a symlink so that eg <x86/trap.h>...
details: https://anonhg.NetBSD.org/src/rev/885371ec5e86
branches: trunk
changeset: 544095:885371ec5e86
user: drochner <drochner%NetBSD.org@localhost>
date: Tue Mar 11 11:03:23 2003 +0000
description:
create a symlink so that eg <x86/trap.h> is found
diffstat:
sys/arch/i386/stand/Makefile.booters | 16 ++++++++++------
1 files changed, 10 insertions(+), 6 deletions(-)
diffs (37 lines):
diff -r 11ff89731f18 -r 885371ec5e86 sys/arch/i386/stand/Makefile.booters
--- a/sys/arch/i386/stand/Makefile.booters Tue Mar 11 10:57:54 2003 +0000
+++ b/sys/arch/i386/stand/Makefile.booters Tue Mar 11 11:03:23 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.booters,v 1.43 2003/02/03 03:03:16 briggs Exp $
+# $NetBSD: Makefile.booters,v 1.44 2003/03/11 11:03:23 drochner Exp $
.include <bsd.own.mk>
@@ -58,18 +58,22 @@
SRCS+= vers.c
.if !make(obj) && !make(clean) && !make(cleandir)
-.BEGIN: machine
-.NOPATH: machine
+.BEGIN: machine x86
+.NOPATH: machine x86
.endif
-realdepend realall: machine
-CLEANFILES+= machine
+realdepend realall: machine x86
+CLEANFILES+= machine x86
machine::
-rm -f $@
ln -s $S/arch/i386/include $@
-${OBJS} ${BSSTART} ${ROMSTART} ${DOSSTART} ${PXESTART}: machine
+x86::
+ -rm -f $@
+ ln -s $S/arch/x86/include $@
+
+${OBJS} ${BSSTART} ${ROMSTART} ${DOSSTART} ${PXESTART}: machine x86
### find out what to use for libkern
KERN_AS= library
Home |
Main Index |
Thread Index |
Old Index