Source-Changes-HG archive

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

[src/trunk]: src/distrib/common Pass DBG to crunchgen so it can get into the ...



details:   https://anonhg.NetBSD.org/src/rev/901ee25c95b2
branches:  trunk
changeset: 326539:901ee25c95b2
user:      matt <matt%NetBSD.org@localhost>
date:      Sat Feb 01 21:05:54 2014 +0000

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

diffstat:

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

diffs (18 lines):

diff -r c0f8047d0024 -r 901ee25c95b2 distrib/common/Makefile.crunch
--- a/distrib/common/Makefile.crunch    Sat Feb 01 20:49:11 2014 +0000
+++ b/distrib/common/Makefile.crunch    Sat Feb 01 21:05:54 2014 +0000
@@ -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 @@
 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}



Home | Main Index | Thread Index | Old Index