Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/distrib/x68k/floppies/ramdisk-common Pull up revision 1...
details: https://anonhg.NetBSD.org/src/rev/dc27571546c3
branches: netbsd-1-5
changeset: 490395:dc27571546c3
user: he <he%NetBSD.org@localhost>
date: Fri Dec 15 05:11:36 2000 +0000
description:
Pull up revision 1.2 (requested by minoura):
Change all ocurrences of ``crunchgen'' to ${CRUNCHGEN}.
diffstat:
distrib/x68k/floppies/ramdisk-common/Makefile.inc | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (27 lines):
diff -r 22e54102db73 -r dc27571546c3 distrib/x68k/floppies/ramdisk-common/Makefile.inc
--- a/distrib/x68k/floppies/ramdisk-common/Makefile.inc Fri Dec 15 05:09:13 2000 +0000
+++ b/distrib/x68k/floppies/ramdisk-common/Makefile.inc Fri Dec 15 05:11:36 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.1.2.2 2000/09/14 14:28:08 minoura Exp $
+# $NetBSD: Makefile.inc,v 1.1.2.3 2000/12/15 05:11:36 he Exp $
.include "${TOP}/Makefile.inc"
@@ -18,6 +18,8 @@
CRUNCHCONF= ${CBIN}.conf
MTREE= mtree.conf
+CRUNCHGEN?= crunchgen
+
realall: ${IMAGE}
RAMDISKSIZE!= expr ${RAMDISKSPT} \* ${RAMDISKCYLS} \* ${RAMDISKHEADS}
@@ -44,7 +46,7 @@
-/bin/rm -f ${IMAGE}
${CBIN}.mk ${CBIN}.cache ${CBIN}.c: ${CRUNCHCONF}
- crunchgen -D ${TOP}/../../.. -L ${DESTDIR}/usr/lib ${.ALLSRC}
+ ${CRUNCHGEN} -D ${TOP}/../../.. -L ${DESTDIR}/usr/lib ${.ALLSRC}
${CBIN}: ${CBIN}.mk ${CBIN}.cache ${CBIN}.c
${MAKE} -f ${CBIN}.mk all
Home |
Main Index |
Thread Index |
Old Index