Source-Changes-HG archive

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

[src/trunk]: src/distrib/pmax/ramdisk Make the "all" target depend in the ram...



details:   https://anonhg.NetBSD.org/src/rev/af28a57b3cef
branches:  trunk
changeset: 472297:af28a57b3cef
user:      simonb <simonb%NetBSD.org@localhost>
date:      Tue Apr 27 01:37:13 1999 +0000

description:
Make the "all" target depend in the ramdisk image and not the crunched
binary.

diffstat:

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

diffs (20 lines):

diff -r 1f0157de7e4a -r af28a57b3cef distrib/pmax/ramdisk/Makefile
--- a/distrib/pmax/ramdisk/Makefile     Tue Apr 27 01:34:49 1999 +0000
+++ b/distrib/pmax/ramdisk/Makefile     Tue Apr 27 01:37:13 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.3 1999/04/16 14:12:14 simonb Exp $
+#      $NetBSD: Makefile,v 1.4 1999/04/27 01:37:13 simonb Exp $
 
 TOP?=          ${.CURDIR}/..
 ARCHDIR?=        ${.CURDIR}/../../${MACHINE}/miniroot
@@ -24,7 +24,9 @@
 CRUNCHCONF=    ${CBIN}.conf
 MTREE=         mtree.conf
 
-all: ${CBIN} 
+all: ${IMAGE}
+
+${IMAGE}: ${CBIN} 
        dd if=/dev/zero of=${IMAGE} count=${CSIZE}
        vnconfig -v -c ${VND_CDEV} ${IMAGE}
 #      disklabel -rw ${VND_CDEV} ${DISKTYPE}



Home | Main Index | Thread Index | Old Index