Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/sys/arch/sparc/stand/installboot pull up 1.12, 1.13. a...
details: https://anonhg.NetBSD.org/src/rev/bf5155625840
branches: netbsd-1-5
changeset: 489244:bf5155625840
user: mrg <mrg%NetBSD.org@localhost>
date: Sat Aug 26 00:12:43 2000 +0000
description:
pull up 1.12, 1.13. approved by thorpej:
1.12:
>add sparc64 support.
1.13:
>find loadfile_machdep.h on sparc64.
diffstat:
sys/arch/sparc/stand/installboot/Makefile | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diffs (23 lines):
diff -r 8ba8ba6ef1c4 -r bf5155625840 sys/arch/sparc/stand/installboot/Makefile
--- a/sys/arch/sparc/stand/installboot/Makefile Sat Aug 26 00:08:45 2000 +0000
+++ b/sys/arch/sparc/stand/installboot/Makefile Sat Aug 26 00:12:43 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2000/01/23 17:04:08 mycroft Exp $
+# $NetBSD: Makefile,v 1.11.4.1 2000/08/26 00:12:43 mrg Exp $
.include <bsd.own.mk>
@@ -18,9 +18,10 @@
.if !make(obj)
.BEGIN:
- @([ -h machine ] || ln -s ${.CURDIR}/../../include machine)
-.NOPATH: machine
-CLEANFILES+= machine
+ @([ -h machine ] || ln -s ${.CURDIR}/../../../${MACHINE}/include machine)
+ @([ -h sparc ] || ln -s ${.CURDIR}/../../../sparc/include sparc)
+.NOPATH: machine sparc
+CLEANFILES+= machine sparc
.endif
.include <bsd.prog.mk>
Home |
Main Index |
Thread Index |
Old Index