Source-Changes-HG archive

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

[src/trunk]: src/distrib/i386/floppies Make these work again.



details:   https://anonhg.NetBSD.org/src/rev/eee04d5e41ae
branches:  trunk
changeset: 481197:eee04d5e41ae
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Mon Jan 24 17:52:24 2000 +0000

description:
Make these work again.

diffstat:

 distrib/i386/floppies/bootfloppy-common/Makefile.inc |  4 ++--
 distrib/i386/floppies/fdset-common/Makefile.inc      |  4 ++--
 distrib/i386/floppies/ramdisk/Makefile               |  4 ++--
 distrib/i386/floppies/ramdisk/Makefile.inc           |  4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diffs (72 lines):

diff -r 7a22da1a2863 -r eee04d5e41ae distrib/i386/floppies/bootfloppy-common/Makefile.inc
--- a/distrib/i386/floppies/bootfloppy-common/Makefile.inc      Mon Jan 24 16:52:02 2000 +0000
+++ b/distrib/i386/floppies/bootfloppy-common/Makefile.inc      Mon Jan 24 17:52:24 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.20 2000/01/19 16:40:11 tsutsui Exp $
+#      $NetBSD: Makefile.inc,v 1.21 2000/01/24 17:52:24 mycroft Exp $
 
 # TOP is assumed to be defined by Makefile including this one.
 
@@ -35,7 +35,7 @@
 
 CLEANFILES+=   netbsd.ram.gz
 
-all:   netbsd.ram.gz
+realall:       netbsd.ram.gz
        dd if=/dev/zero of=${IMAGE} count=${DISKSIZE}
        vnconfig -t ${DISKTYPE} -v -c ${VND_CDEV} ${IMAGE}
        disklabel -rw ${VND_CDEV} ${DISKTYPE}
diff -r 7a22da1a2863 -r eee04d5e41ae distrib/i386/floppies/fdset-common/Makefile.inc
--- a/distrib/i386/floppies/fdset-common/Makefile.inc   Mon Jan 24 16:52:02 2000 +0000
+++ b/distrib/i386/floppies/fdset-common/Makefile.inc   Mon Jan 24 17:52:24 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.8 2000/01/19 16:40:12 tsutsui Exp $
+#      $NetBSD: Makefile.inc,v 1.9 2000/01/24 17:52:26 mycroft Exp $
 
 # TOP is assumed to be defined by Makefile including this one.
 
@@ -27,7 +27,7 @@
 
 CLEANFILES+=   netbsd.ram.gz netbsd boot ustar.tmp
 
-all:   netbsd boot
+realall:       netbsd boot
        @echo Making disk number one
        tar cvf ${FSTMP} boot netbsd
        @ echo ''
diff -r 7a22da1a2863 -r eee04d5e41ae distrib/i386/floppies/ramdisk/Makefile
--- a/distrib/i386/floppies/ramdisk/Makefile    Mon Jan 24 16:52:02 2000 +0000
+++ b/distrib/i386/floppies/ramdisk/Makefile    Mon Jan 24 17:52:24 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.20 2000/01/02 13:59:34 itojun Exp $
+#      $NetBSD: Makefile,v 1.21 2000/01/24 17:52:26 mycroft Exp $
 
 TOP=           ${.CURDIR}/..
 WARNS=1
@@ -38,7 +38,7 @@
 start.sh: start.tmpl
        sed "s/@@VERSION@@/${VER}/" < ${.ALLSRC} > ${.TARGET}
 
-all: ${AUXTARGETS} ${CBIN} ${AUXDEPENDS} ${MTREE} ${LISTS}
+realall: ${AUXTARGETS} ${CBIN} ${AUXDEPENDS} ${MTREE} ${LISTS}
        dd if=/dev/zero of=${IMAGE} count=2880
        vnconfig -t ${DISKTYPE} -v -c ${VND_CDEV} ${IMAGE}
        disklabel -rw ${VND_CDEV} ${DISKTYPE}
diff -r 7a22da1a2863 -r eee04d5e41ae distrib/i386/floppies/ramdisk/Makefile.inc
--- a/distrib/i386/floppies/ramdisk/Makefile.inc        Mon Jan 24 16:52:02 2000 +0000
+++ b/distrib/i386/floppies/ramdisk/Makefile.inc        Mon Jan 24 17:52:24 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.8 1999/05/11 20:46:59 veego Exp $
+#      $NetBSD: Makefile.inc,v 1.9 2000/01/24 17:52:26 mycroft Exp $
 
 # TOP is assumed to be defined by Makefile including this one.
 
@@ -20,7 +20,7 @@
 
 DISKTYPE=      floppy3
 
-all: ${AUXTARGETS} ${CBIN} 
+realall: ${AUXTARGETS} ${CBIN} 
        dd if=/dev/zero of=${IMAGE} count=2880
        vnconfig -t ${DISKTYPE} -v -c ${VND_CDEV} ${IMAGE}
        disklabel -rw ${VND_CDEV} ${DISKTYPE}



Home | Main Index | Thread Index | Old Index