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/installboot installboot is compiled in n...
details: https://anonhg.NetBSD.org/src/rev/a7c0b4112fc2
branches: trunk
changeset: 546922:a7c0b4112fc2
user: fvdl <fvdl%NetBSD.org@localhost>
date: Fri May 09 00:11:26 2003 +0000
description:
installboot is compiled in native mode on amd64, unlike the other
things around here. Hence, the machine/ include dir must actually
point to its own.
diffstat:
sys/arch/i386/stand/installboot/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r e0c5332ee38f -r a7c0b4112fc2 sys/arch/i386/stand/installboot/Makefile
--- a/sys/arch/i386/stand/installboot/Makefile Fri May 09 00:10:52 2003 +0000
+++ b/sys/arch/i386/stand/installboot/Makefile Fri May 09 00:11:26 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2002/11/23 23:34:40 fvdl Exp $
+# $NetBSD: Makefile,v 1.26 2003/05/09 00:11:26 fvdl Exp $
NOMAN= # defined
@@ -29,6 +29,6 @@
machine::
-rm -f $@
- ln -s ${.CURDIR}/../../include $@
+ ln -s ${.CURDIR}/../../../${MACHINE}/include $@
.include <bsd.prog.mk>
Home |
Main Index |
Thread Index |
Old Index