Source-Changes-HG archive

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

[src/trunk]: src/distrib/mipsco/ramdisk Replace crunchgen with



details:   https://anonhg.NetBSD.org/src/rev/644c5b79a9d4
branches:  trunk
changeset: 515998:644c5b79a9d4
user:      jmc <jmc%NetBSD.org@localhost>
date:      Sat Oct 13 06:16:13 2001 +0000

description:
Replace crunchgen with

diffstat:

 distrib/mipsco/ramdisk/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 03e2222d2b98 -r 644c5b79a9d4 distrib/mipsco/ramdisk/Makefile
--- a/distrib/mipsco/ramdisk/Makefile   Sat Oct 13 06:15:15 2001 +0000
+++ b/distrib/mipsco/ramdisk/Makefile   Sat Oct 13 06:16:13 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.5 2001/10/13 06:15:18 jmc Exp $
+#      $NetBSD: Makefile,v 1.6 2001/10/13 06:16:13 jmc Exp $
 
 TOP?=          ${.CURDIR}/..
 ARCHDIR?=      ${.CURDIR}/../miniroot
@@ -27,6 +27,7 @@
 MTREECONF=     ${.CURDIR}/mtree.conf
 
 MTREE?=                mtree
+CRUNCHGEN?=    crunchgen
 
 realall: ${IMAGE}
 
@@ -55,7 +56,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