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/mvme68k/stand/netboot Pullup from trunk: 1.4 -...
details: https://anonhg.NetBSD.org/src/rev/30dd3a4d23cd
branches: netbsd-1-5
changeset: 488277:30dd3a4d23cd
user: scw <scw%NetBSD.org@localhost>
date: Mon Jun 26 18:15:43 2000 +0000
description:
Pullup from trunk: 1.4 - 1.5
Approved by: thorpej
DTRT for `dependall' during a make build. This slipped through the net
due to a local fix which got forgotten about.
diffstat:
sys/arch/mvme68k/stand/netboot/Makefile | 10 ++++++++--
1 files changed, 8 insertions(+), 2 deletions(-)
diffs (29 lines):
diff -r 0fdc5b121347 -r 30dd3a4d23cd sys/arch/mvme68k/stand/netboot/Makefile
--- a/sys/arch/mvme68k/stand/netboot/Makefile Mon Jun 26 18:14:03 2000 +0000
+++ b/sys/arch/mvme68k/stand/netboot/Makefile Mon Jun 26 18:15:43 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 1998/06/12 23:11:46 cgd Exp $
+# $NetBSD: Makefile,v 1.4.28.1 2000/06/26 18:15:43 scw Exp $
RELOC=0x3F0000
@@ -17,7 +17,7 @@
SRCS+= if_ie.c if_le.c
OBJS= ${SRCS:S/.c/.o/g}
-all: netboot.bin
+realall: netboot.bin
netboot: ${OBJS} ${LIBSA} ${BUGCRT} ${LIBBUG}
${LD} -s -N -T ${RELOC} -o $@ \
@@ -31,4 +31,10 @@
${INSTALL} ${COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} \
netboot.bin ${DESTDIR}${MDEC_DIR}/netboot
+afterdepend: .depend
+ @(TMP=/tmp/_depend$$$$; \
+ sed -e 's/^\([^\.]*\).o[ ]*:/\1.o g\1.o s\1.o:/' \
+ < .depend > $$TMP; \
+ mv $$TMP .depend)
+
.include <bsd.prog.mk>
Home |
Main Index |
Thread Index |
Old Index