Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sun3/stand/installboot Make sure to create m68k and...
details: https://anonhg.NetBSD.org/src/rev/464b3cf9614f
branches: trunk
changeset: 507388:464b3cf9614f
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Wed Mar 21 10:58:54 2001 +0000
description:
Make sure to create m68k and machine symlinks to include loadfile_machdep.h.
diffstat:
sys/arch/sun3/stand/installboot/Makefile | 14 +++++++++++---
1 files changed, 11 insertions(+), 3 deletions(-)
diffs (34 lines):
diff -r 915f90bf5db1 -r 464b3cf9614f sys/arch/sun3/stand/installboot/Makefile
--- a/sys/arch/sun3/stand/installboot/Makefile Wed Mar 21 09:01:16 2001 +0000
+++ b/sys/arch/sun3/stand/installboot/Makefile Wed Mar 21 10:58:54 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2001/02/22 07:11:10 chs Exp $
+# $NetBSD: Makefile,v 1.10 2001/03/21 10:58:54 tsutsui Exp $
.include <bsd.own.mk>
@@ -6,9 +6,10 @@
MKMAN= no
NOMAN= yes
BINDIR=/usr/mdec
-LIBSA=${.CURDIR}/../../../../lib/libsa
+S= ${.CURDIR}/../../../..
+LIBSA=${S}/lib/libsa
COPTS+= -Wall -Wstrict-prototypes -Wmissing-prototypes
-CPPFLAGS+= -I${LIBSA}
+CPPFLAGS+= -I${LIBSA} -I.
# Need this to work in the miniroot
LDSTATIC?= -static
@@ -17,4 +18,11 @@
SRCS= installboot.c loadfile.c
+# for machine/loadfile_machdep.h
+CLEANFILES+= machine m68k
+
+.BEGIN: machine m68k
+.NOPATH: machine m68k
+realdepend realall: machine m68k
+
.include <bsd.prog.mk>
Home |
Main Index |
Thread Index |
Old Index