Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/i386/floppies Force crunchgen to remake the makefile...
details: https://anonhg.NetBSD.org/src/rev/a8412b10881e
branches: trunk
changeset: 500708:a8412b10881e
user: jmc <jmc%NetBSD.org@localhost>
date: Sun Dec 17 09:57:48 2000 +0000
description:
Force crunchgen to remake the makefile each time. This way dependency checking can occur
diffstat:
distrib/i386/floppies/ramdisk-big/Makefile | 4 ++--
distrib/i386/floppies/ramdisk-rescuesmall/Makefile | 4 ++--
distrib/i386/floppies/ramdisk-rescuetiny/Makefile | 4 ++--
distrib/i386/floppies/ramdisk-small/Makefile | 4 ++--
distrib/i386/floppies/ramdisk-tiny/Makefile | 4 ++--
5 files changed, 10 insertions(+), 10 deletions(-)
diffs (90 lines):
diff -r a2855204d5c2 -r a8412b10881e distrib/i386/floppies/ramdisk-big/Makefile
--- a/distrib/i386/floppies/ramdisk-big/Makefile Sun Dec 17 09:35:21 2000 +0000
+++ b/distrib/i386/floppies/ramdisk-big/Makefile Sun Dec 17 09:57:48 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2000/11/01 07:57:57 garbled Exp $
+# $NetBSD: Makefile,v 1.3 2000/12/17 09:57:48 jmc Exp $
TOP= ${.CURDIR}/..
WARNS=1
@@ -57,7 +57,7 @@
-vnconfig -u ${VND_DEV}
-/bin/rm -f ${IMAGE} ${IMAGE}.tmp
-${CBIN}.mk ${CBIN}.cache ${CBIN}.c: ${CRUNCHCONF}
+${CBIN}.mk ${CBIN}.cache ${CBIN}.c! ${CRUNCHCONF}
${CRUNCHGEN} -D ${TOP}/../../.. -L ${DESTDIR}/usr/lib ${.ALLSRC}
${CBIN}: ${CBIN}.mk ${CBIN}.cache ${CBIN}.c
diff -r a2855204d5c2 -r a8412b10881e distrib/i386/floppies/ramdisk-rescuesmall/Makefile
--- a/distrib/i386/floppies/ramdisk-rescuesmall/Makefile Sun Dec 17 09:35:21 2000 +0000
+++ b/distrib/i386/floppies/ramdisk-rescuesmall/Makefile Sun Dec 17 09:57:48 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2000/11/01 07:57:58 garbled Exp $
+# $NetBSD: Makefile,v 1.4 2000/12/17 09:57:49 jmc Exp $
TOP= ${.CURDIR}/..
WARNS=1
@@ -55,7 +55,7 @@
-vnconfig -u ${VND_DEV}
-/bin/rm -f ${IMAGE}.tmp
-${CBIN}.mk ${CBIN}.cache ${CBIN}.c: ${CRUNCHCONF}
+${CBIN}.mk ${CBIN}.cache ${CBIN}.c! ${CRUNCHCONF}
${CRUNCHGEN} -D ${TOP}/../../.. -L ${DESTDIR}/usr/lib ${.ALLSRC}
${CBIN}: ${CBIN}.mk ${CBIN}.cache ${CBIN}.c
diff -r a2855204d5c2 -r a8412b10881e distrib/i386/floppies/ramdisk-rescuetiny/Makefile
--- a/distrib/i386/floppies/ramdisk-rescuetiny/Makefile Sun Dec 17 09:35:21 2000 +0000
+++ b/distrib/i386/floppies/ramdisk-rescuetiny/Makefile Sun Dec 17 09:57:48 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2000/11/01 07:57:58 garbled Exp $
+# $NetBSD: Makefile,v 1.4 2000/12/17 09:57:49 jmc Exp $
TOP= ${.CURDIR}/..
WARNS=1
@@ -55,7 +55,7 @@
-vnconfig -u ${VND_DEV}
-/bin/rm -f ${IMAGE}
-${CBIN}.mk ${CBIN}.cache ${CBIN}.c: ${CRUNCHCONF}
+${CBIN}.mk ${CBIN}.cache ${CBIN}.c! ${CRUNCHCONF}
${CRUNCHGEN} -D ${TOP}/../../.. -L ${DESTDIR}/usr/lib ${.ALLSRC}
${CBIN}: ${CBIN}.mk ${CBIN}.cache ${CBIN}.c
diff -r a2855204d5c2 -r a8412b10881e distrib/i386/floppies/ramdisk-small/Makefile
--- a/distrib/i386/floppies/ramdisk-small/Makefile Sun Dec 17 09:35:21 2000 +0000
+++ b/distrib/i386/floppies/ramdisk-small/Makefile Sun Dec 17 09:57:48 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2000/11/01 07:57:58 garbled Exp $
+# $NetBSD: Makefile,v 1.4 2000/12/17 09:57:49 jmc Exp $
TOP= ${.CURDIR}/..
WARNS=1
@@ -56,7 +56,7 @@
-vnconfig -u ${VND_DEV}
-/bin/rm -f ${IMAGE} ${IMAGE}.tmp
-${CBIN}.mk ${CBIN}.cache ${CBIN}.c: ${CRUNCHCONF}
+${CBIN}.mk ${CBIN}.cache ${CBIN}.c! ${CRUNCHCONF}
${CRUNCHGEN} -D ${TOP}/../../.. -L ${DESTDIR}/usr/lib ${.ALLSRC}
${CBIN}: ${CBIN}.mk ${CBIN}.cache ${CBIN}.c
diff -r a2855204d5c2 -r a8412b10881e distrib/i386/floppies/ramdisk-tiny/Makefile
--- a/distrib/i386/floppies/ramdisk-tiny/Makefile Sun Dec 17 09:35:21 2000 +0000
+++ b/distrib/i386/floppies/ramdisk-tiny/Makefile Sun Dec 17 09:57:48 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2000/11/01 07:57:58 garbled Exp $
+# $NetBSD: Makefile,v 1.7 2000/12/17 09:57:49 jmc Exp $
TOP= ${.CURDIR}/..
WARNS=1
@@ -56,7 +56,7 @@
-vnconfig -u ${VND_DEV}
-/bin/rm -f ${IMAGE} ${IMAGE}.tmp
-${CBIN}.mk ${CBIN}.cache ${CBIN}.c: ${CRUNCHCONF}
+${CBIN}.mk ${CBIN}.cache ${CBIN}.c! ${CRUNCHCONF}
${CRUNCHGEN} -D ${TOP}/../../.. -L ${DESTDIR}/usr/lib ${.ALLSRC}
${CBIN}: ${CBIN}.mk ${CBIN}.cache ${CBIN}.c
Home |
Main Index |
Thread Index |
Old Index