git: 4b7bf8424892 - main - bootstrap-tools: Don't copy host tools with make -n

Bryan Drewery bdrewery at FreeBSD.org
Tue Aug 17 19:26:07 UTC 2021


The branch main has been updated by bdrewery:

URL: https://cgit.FreeBSD.org/src/commit/?id=4b7bf84248920fbafa5cbe2f7d3389c5eca4ef1d

commit 4b7bf84248920fbafa5cbe2f7d3389c5eca4ef1d
Author:     Bryan Drewery <bdrewery at FreeBSD.org>
AuthorDate: 2021-08-17 19:25:44 +0000
Commit:     Bryan Drewery <bdrewery at FreeBSD.org>
CommitDate: 2021-08-17 19:26:03 +0000

    bootstrap-tools: Don't copy host tools with make -n
---
 Makefile.inc1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.inc1 b/Makefile.inc1
index 9209f0ef053c..eb69d660cede 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -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 \


More information about the dev-commits-src-all mailing list