Author: bdrewery
Date: Fri Nov 10 19:53:11 2017
New Revision: 325674
URL: https://svnweb.freebsd.org/changeset/base/325674

Log:
  Pass down any PROG-specific buildopts for forwarded targets.
  
  This currently has no impact.
  
  Sponsored by: Dell EMC Isilon

Modified:
  head/share/mk/bsd.crunchgen.mk

Modified: head/share/mk/bsd.crunchgen.mk
==============================================================================
--- head/share/mk/bsd.crunchgen.mk      Fri Nov 10 19:53:07 2017        
(r325673)
+++ head/share/mk/bsd.crunchgen.mk      Fri Nov 10 19:53:11 2017        
(r325674)
@@ -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
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to