Pass down any PROG-specific buildopts for forwarded targets.

This currently has no impact.

Sponsored by:	Dell EMC Isilon
This commit is contained in:
Bryan Drewery 2017-11-10 19:53:11 +00:00
parent 9cde684d49
commit f633c2fcda

View File

@ -161,7 +161,8 @@ ${__target}_crunchdir_${P}: .PHONY .MAKE
${_+_}cd ${CRUNCH_SRCDIR_${P}} && \
${CRUNCHENV} MAKEOBJDIRPREFIX=${CANONICALOBJDIR} ${MAKE} \
${CRUNCHARGS} \
DIRPRFX=${DIRPRFX}${P}/ ${CRUNCH_BUILDOPTS} ${__target}
DIRPRFX=${DIRPRFX}${P}/ ${CRUNCH_BUILDOPTS} \
${CRUNCH_BUILDOPTS_${P}} ${__target}
${__target}: ${__target}_crunchdir_${P}
.endfor
.endfor