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/sboot Pullup from trunk: 1.5 - 1.6



details:   https://anonhg.NetBSD.org/src/rev/757956dbd1d2
branches:  netbsd-1-5
changeset: 488278:757956dbd1d2
user:      scw <scw%NetBSD.org@localhost>
date:      Mon Jun 26 18:16:35 2000 +0000

description:
Pullup from trunk: 1.5 - 1.6
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/sboot/Makefile |  10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diffs (29 lines):

diff -r 30dd3a4d23cd -r 757956dbd1d2 sys/arch/mvme68k/stand/sboot/Makefile
--- a/sys/arch/mvme68k/stand/sboot/Makefile     Mon Jun 26 18:15:43 2000 +0000
+++ b/sys/arch/mvme68k/stand/sboot/Makefile     Mon Jun 26 18:16:35 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.5 1999/02/13 02:54:47 lukem Exp $
+#      $NetBSD: Makefile,v 1.5.20.1 2000/06/26 18:16:35 scw Exp $
 
 #
 # sboot would like a newer GNU ld because it can generate S-Records.
@@ -15,7 +15,7 @@
 
 BOOTS= sboot.srec
 
-all: ${BOOTS}
+realall: ${BOOTS}
 
 sboot.srec: sboot srec
        dd ibs=32 skip=1 if=sboot | ${.OBJDIR}/srec 4 0x4000 sboot > ${.TARGET}
@@ -30,4 +30,10 @@
        ${INSTALL} -c -m 444 -g bin -o bin sboot.srec \
            ${DESTDIR}${MDEC_DIR}/sboot
 
+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