Skip to content

Commit

Permalink
bootstrap-tools: Don't copy host tools with make -n
Browse files Browse the repository at this point in the history
  • Loading branch information
bdrewery committed Aug 17, 2021
1 parent 2faf504 commit 4b7bf84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.inc1
Original file line number Diff line number Diff line change
Expand Up @@ -2475,7 +2475,7 @@ _bootstrap_tools_links+=${_links:S/,/ /g}
${_bt}-links: .PHONY

.for _tool in ${_bootstrap_tools_links}
${_bt}-link-${_tool}: .PHONY .MAKE
${_bt}-link-${_tool}: .PHONY
@rm -f "${WORLDTMP}/legacy/bin/${_tool}"; \
source_path=`which ${_tool}`; \
if [ ! -e "$${source_path}" ] ; then \
Expand Down

0 comments on commit 4b7bf84

Please sign in to comment.