Source-Changes-HG archive

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

[src/netbsd-1-4]: src/distrib/miniroot Apply patch (requested by matt):



details:   https://anonhg.NetBSD.org/src/rev/15447dc52092
branches:  netbsd-1-4
changeset: 471211:15447dc52092
user:      he <he%NetBSD.org@localhost>
date:      Sat Nov 04 19:44:34 2000 +0000

description:
Apply patch (requested by matt):
  Add an 'unconfig' target.

diffstat:

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

diffs (18 lines):

diff -r 1fc3cc2a7585 -r 15447dc52092 distrib/miniroot/Makefile
--- a/distrib/miniroot/Makefile Sat Nov 04 19:42:52 2000 +0000
+++ b/distrib/miniroot/Makefile Sat Nov 04 19:44:34 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.19.2.1 2000/03/01 00:15:09 he Exp $
+#      $NetBSD: Makefile,v 1.19.2.2 2000/11/04 19:44:34 he Exp $
 
 .include <bsd.own.mk>
 
@@ -36,7 +36,7 @@
        @false
 .else
 
-all: ${CBIN}
+all: unconfig ${CBIN}
        dd if=/dev/zero of=${IMAGE} count=${IMAGESIZE}
        vnconfig ${DISKTYPEARG} -v -c ${VND_DEV} ${IMAGE} ${VND_GEOM}
        ${PRELABEL}



Home | Main Index | Thread Index | Old Index