Skip to content

Commit

Permalink
WITH_META_MODE: Fix rescue rebuilding build-tools.
Browse files Browse the repository at this point in the history
This is the same issue as r297997.

Approved by:	re (implicit)
Sponsored by:	EMC / Isilon Storage Division
  • Loading branch information
bdrewery committed Jun 14, 2016
1 parent 45e1479 commit 4da4eba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/mk/bsd.crunchgen.mk
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ ${PROG}: ${OUTPUTS} objs .META

objs: ${OUTMK} .META
${CRUNCHENV} MAKEOBJDIRPREFIX=${CRUNCHOBJS} \
${MAKE} -f ${OUTMK} objs
${MAKE} -f ${OUTMK} BUILD_TOOLS_META=.NOMETA_CMP objs

# <sigh> Someone should replace the bin/csh and bin/sh build-tools with
# shell scripts so we can remove this nonsense.
Expand Down

0 comments on commit 4da4eba

Please sign in to comment.