Date: Tue, 17 Aug 2021 19:26:06 GMT From: Bryan Drewery <bdrewery@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 4b7bf8424892 - main - bootstrap-tools: Don't copy host tools with make -n Message-ID: <202108171926.17HJQ6E5030773@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bdrewery: URL: https://cgit.FreeBSD.org/src/commit/?id=4b7bf84248920fbafa5cbe2f7d3389c5eca4ef1d commit 4b7bf84248920fbafa5cbe2f7d3389c5eca4ef1d Author: Bryan Drewery <bdrewery@FreeBSD.org> AuthorDate: 2021-08-17 19:25:44 +0000 Commit: Bryan Drewery <bdrewery@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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108171926.17HJQ6E5030773>