Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/ofppc/stand/ofwboot Make symlink for powerpc@.
details: https://anonhg.NetBSD.org/src/rev/e5e952c5359b
branches: trunk
changeset: 477148:e5e952c5359b
user: wrstuden <wrstuden%NetBSD.org@localhost>
date: Tue Oct 12 19:40:27 1999 +0000
description:
Make symlink for powerpc@.
diffstat:
sys/arch/ofppc/stand/ofwboot/Makefile | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)
diffs (24 lines):
diff -r b246a4a916d3 -r e5e952c5359b sys/arch/ofppc/stand/ofwboot/Makefile
--- a/sys/arch/ofppc/stand/ofwboot/Makefile Tue Oct 12 17:08:56 1999 +0000
+++ b/sys/arch/ofppc/stand/ofwboot/Makefile Tue Oct 12 19:40:27 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 1999/02/13 02:54:48 lukem Exp $
+# $NetBSD: Makefile,v 1.7 1999/10/12 19:40:27 wrstuden Exp $
S= ${.CURDIR}/../../../..
@@ -28,9 +28,11 @@
CPPFLAGS+= -DPOWERPC_BOOT_ELF
CPPFLAGS+= -DCOMPAT_386BSD_MBRPART
-.BEGIN: ${.OBJDIR}/machine
-depend all: ${.OBJDIR}/machine
-CLEANFILES+= ${.OBJDIR}/machine
+.BEGIN:
+ @[ -h machine ] || ln -s ${S}/arch/${MACHINE}/include machine
+ @[ -h powerpc ] || ln -s ${S}/arch/powerpc/include powerpc
+
+CLEANFILES+= ${.OBJDIR}/machine ${.OBJDIR}/powerpc
${.OBJDIR}/machine::
-rm -f $@
Home |
Main Index |
Thread Index |
Old Index