Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/mvme68k/stand Really make this work for `dependall'...



details:   https://anonhg.NetBSD.org/src/rev/d4282654924e
branches:  trunk
changeset: 495468:d4282654924e
user:      scw <scw%NetBSD.org@localhost>
date:      Fri Jul 28 20:08:20 2000 +0000

description:
Really make this work for `dependall'. Also strip bootst.bug before
running it through wrtvid.

diffstat:

 sys/arch/mvme68k/stand/Makefile.booters |  3 ++-
 sys/arch/mvme68k/stand/bootst/Makefile  |  5 +++--
 sys/arch/mvme68k/stand/libbug/Makefile  |  6 +++---
 sys/arch/mvme68k/stand/libsa/Makefile   |  6 +++---
 sys/arch/mvme68k/stand/netboot/Makefile |  4 ++--
 5 files changed, 13 insertions(+), 11 deletions(-)

diffs (96 lines):

diff -r bf2d03f31f1b -r d4282654924e sys/arch/mvme68k/stand/Makefile.booters
--- a/sys/arch/mvme68k/stand/Makefile.booters   Fri Jul 28 19:19:23 2000 +0000
+++ b/sys/arch/mvme68k/stand/Makefile.booters   Fri Jul 28 20:08:20 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.booters,v 1.1 2000/07/24 18:39:03 jdolecek Exp $
+#      $NetBSD: Makefile.booters,v 1.2 2000/07/28 20:08:20 scw Exp $
 
 S?=            ${.CURDIR}/../../../..
 MDEC_DIR?=     /usr/mdec
@@ -41,6 +41,7 @@
 .if defined(LIB)
 
 lib${LIB}.a:: machine m68k ${OBJS}
+beforedepend:  machine m68k
 
 .else
 
diff -r bf2d03f31f1b -r d4282654924e sys/arch/mvme68k/stand/bootst/Makefile
--- a/sys/arch/mvme68k/stand/bootst/Makefile    Fri Jul 28 19:19:23 2000 +0000
+++ b/sys/arch/mvme68k/stand/bootst/Makefile    Fri Jul 28 20:08:20 2000 +0000
@@ -1,5 +1,5 @@
 #      from: @(#)Makefile      8.1 (Berkeley) 6/10/93
-#      $NetBSD: Makefile,v 1.9 2000/07/24 18:39:14 jdolecek Exp $
+#      $NetBSD: Makefile,v 1.10 2000/07/28 20:08:21 scw Exp $
 
 CLEANFILES+=stboot bootst bootst.bug
 
@@ -11,6 +11,7 @@
 
 bootst stboot: ${PROG} ${WRTVID}
        @size bootst.bug
+       @strip bootst.bug
        @${WRTVID} bootst.bug # creates bootst  and stboot
 
 proginstall::
@@ -21,5 +22,5 @@
 
 .include "../Makefile.booters"
 
-all: bootst
+all realall: bootst
 .include <bsd.prog.mk>
diff -r bf2d03f31f1b -r d4282654924e sys/arch/mvme68k/stand/libbug/Makefile
--- a/sys/arch/mvme68k/stand/libbug/Makefile    Fri Jul 28 19:19:23 2000 +0000
+++ b/sys/arch/mvme68k/stand/libbug/Makefile    Fri Jul 28 20:08:20 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.9 2000/07/27 21:06:53 scw Exp $
+#      $NetBSD: Makefile,v 1.10 2000/07/28 20:08:21 scw Exp $
 
 LIB=bug
 
@@ -24,6 +24,6 @@
        ${CC} -nostdinc ${INCPATH} -D_STANDALONE -o ${.TARGET}.tmp -c ${.IMPSRC}
        ${LD} -x -r ${.TARGET}.tmp -o ${.TARGET}
 
-all: lib${LIB}.a bugcrt.o
-beforedepend: machine m68k
+all realall: lib${LIB}.a bugcrt.o
+
 .include <bsd.lib.mk>
diff -r bf2d03f31f1b -r d4282654924e sys/arch/mvme68k/stand/libsa/Makefile
--- a/sys/arch/mvme68k/stand/libsa/Makefile     Fri Jul 28 19:19:23 2000 +0000
+++ b/sys/arch/mvme68k/stand/libsa/Makefile     Fri Jul 28 20:08:20 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.12 2000/07/27 21:06:54 scw Exp $
+#      $NetBSD: Makefile,v 1.13 2000/07/28 20:08:21 scw Exp $
 
 LIB=sa
 
@@ -37,6 +37,6 @@
 # only needed during build
 libinstall::
 
-all: lib${LIB}.a SRT0.o
-beforedepend: machine m68k
+all realall: lib${LIB}.a SRT0.o
+
 .include <bsd.lib.mk>
diff -r bf2d03f31f1b -r d4282654924e sys/arch/mvme68k/stand/netboot/Makefile
--- a/sys/arch/mvme68k/stand/netboot/Makefile   Fri Jul 28 19:19:23 2000 +0000
+++ b/sys/arch/mvme68k/stand/netboot/Makefile   Fri Jul 28 20:08:20 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.9 2000/07/24 18:43:16 jdolecek Exp $
+#      $NetBSD: Makefile,v 1.10 2000/07/28 20:08:21 scw Exp $
 
 DEFS= -DSUN_BOOTPARAMS
 
@@ -14,7 +14,7 @@
 
 .include "../Makefile.booters"
 
-all: netboot.bin
+all realall: netboot.bin
 
 install: netboot.bin
        ${INSTALL} ${RENAME} ${PRESERVE} ${COPY} ${STRIPFLAG} ${INSTPRIV} \



Home | Main Index | Thread Index | Old Index