Module Name:    src
Committed By:   matt
Date:           Sat Feb  1 21:05:54 UTC 2014

Modified Files:
        src/distrib/common: Makefile.crunch

Log Message:
Pass DBG to crunchgen so it can get into the created mk file.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/distrib/common/Makefile.crunch

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/common/Makefile.crunch
diff -u src/distrib/common/Makefile.crunch:1.24 src/distrib/common/Makefile.crunch:1.25
--- src/distrib/common/Makefile.crunch:1.24	Sun Oct 19 22:05:19 2008
+++ src/distrib/common/Makefile.crunch	Sat Feb  1 21:05:54 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.crunch,v 1.24 2008/10/19 22:05:19 apb Exp $
+#	$NetBSD: Makefile.crunch,v 1.25 2014/02/01 21:05:54 matt Exp $
 #
 # Makefile snippet to build a crunchgen(1)ed binary from the provided lists
 #
@@ -52,7 +52,7 @@ ${CRUNCHBIN}.cache: ${CRUNCHBIN}.mk
 CRUNCHGEN != command -v ${TOOL_CRUNCHGEN:[-1]} || echo
 
 ${CRUNCHBIN}.mk: ${CRUNCHBIN}.conf  ${CRUNCHGEN}
-	${CRUNCHENV} ${TOOL_CRUNCHGEN} -f -D ${NETBSDSRCDIR} \
+	${CRUNCHENV} ${TOOL_CRUNCHGEN} -f -D ${NETBSDSRCDIR} -d ${DBG:Q} \
 	    -L ${DESTDIR}/usr/lib -q ${CRUNCHGEN_FLAGS} ${CRUNCHBIN}.conf
 
 ${CRUNCHBIN}.conf: ${LISTS} ${PARSELISTDEP}

Reply via email to