DIRDEPS_BUILD: Don't show finished stats, which confuses crunchgen(1).

It would show 'make error:' lines for each auto object directory created.

Sponsored by:	EMC / Isilon Storage Division
This commit is contained in:
Bryan Drewery 2016-05-26 23:20:20 +00:00
parent 74c5734766
commit 409bf2b097
2 changed files with 5 additions and 4 deletions

View File

@ -103,11 +103,12 @@ ${CONF}: Makefile
.endfor
CRUNCHGEN?= crunchgen
CRUNCHENV?= MK_TESTS=no
CRUNCHENV?= MK_TESTS=no \
_RECURSING_CRUNCH=1
.ORDER: ${OUTPUTS} objs
${OUTPUTS}: ${CONF} .META
MAKE=${MAKE} MAKEOBJDIRPREFIX=${CRUNCHOBJS} ${CRUNCHGEN} -fq \
-m ${OUTMK} -c ${OUTC} ${CONF}
MAKE=${MAKE} ${CRUNCHENV} MAKEOBJDIRPREFIX=${CRUNCHOBJS} \
${CRUNCHGEN} -fq -m ${OUTMK} -c ${OUTC} ${CONF}
# These 2 targets cannot use .MAKE since they depend on the generated
# ${OUTMK} above.

View File

@ -214,7 +214,7 @@ CSU_DIR := ${CSU_DIR.${MACHINE_ARCH}}
.if !empty(TIME_STAMP)
TRACER= ${TIME_STAMP} ${:U}
.endif
.if !defined(_RECURSING_PROGS)
.if !defined(_RECURSING_PROGS) && !defined(_RECURSING_CRUNCH)
WITH_META_STATS= t
.endif