Source-Changes-HG archive

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

[src/trunk]: src/distrib/i386/floppies/ramdisk prevent unecessary rebuilds of...



details:   https://anonhg.NetBSD.org/src/rev/5781f3d993a0
branches:  trunk
changeset: 487446:5781f3d993a0
user:      marc <marc%NetBSD.org@localhost>
date:      Wed Jun 07 22:15:31 2000 +0000

description:
prevent unecessary rebuilds of ${IMAGE}

diffstat:

 distrib/i386/floppies/ramdisk/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 3fc78ec60d41 -r 5781f3d993a0 distrib/i386/floppies/ramdisk/Makefile
--- a/distrib/i386/floppies/ramdisk/Makefile    Wed Jun 07 21:46:01 2000 +0000
+++ b/distrib/i386/floppies/ramdisk/Makefile    Wed Jun 07 22:15:31 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.27 2000/06/07 19:41:47 thorpej Exp $
+#      $NetBSD: Makefile,v 1.28 2000/06/07 22:15:31 marc Exp $
 
 TOP=           ${.CURDIR}/..
 WARNS=1
@@ -40,7 +40,9 @@
 start.sh: start.tmpl
        sed "s/@@VERSION@@/${VER}/" < ${.ALLSRC} > ${.TARGET}
 
-realall: ${AUXTARGETS} ${CBIN} ${AUXDEPENDS} ${MTREE} ${LISTS}
+realall: ${IMAGE}
+
+${IMAGE}: ${AUXTARGETS} ${CBIN} ${AUXDEPENDS} ${MTREE} ${LISTS}
        dd if=/dev/zero of=${IMAGE} count=${RAMDISKSIZE}
        vnconfig -v -c ${VND_CDEV} ${IMAGE} 512/${RAMDISKSPC}/1/${RAMDISKCYLS}
        -disklabel ${VND_CDEV} >tmplabel



Home | Main Index | Thread Index | Old Index