aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2017-10-31 19:02:05 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2017-10-31 19:02:05 +0000
commit7cd84b56411ceebd98e5972320100c3e9b206956 (patch)
tree56a6bcdeb76f660792cd551b033b2d4e40d82fe2 /Makefile.inc1
parent2bfb5e812beb46debc475bb76d3f59a3140e7a62 (diff)
downloadsrc-7cd84b56411ceebd98e5972320100c3e9b206956.tar.gz
src-7cd84b56411ceebd98e5972320100c3e9b206956.zip
build-tools: De-special-case the gcc tools build.
It merely wanted to use 'all' rather than 'build-tools' so just add a build-tools target to the Makefile. MFC after: 2 weeks Sponsored by: Dell EMC Isilon
Notes
Notes: svn path=/head/; revision=325243
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc112
1 files changed, 2 insertions, 10 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 41acea74c61c..53bff0771b20 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -1986,7 +1986,8 @@ _tcsh=bin/csh
lib/libmagic \
usr.bin/mkesdb_static \
usr.bin/mkcsmapper_static \
- usr.bin/vi/catalog
+ usr.bin/vi/catalog \
+ ${_gcc_tools}
build-tools_${_tool}: .PHONY
${_+_}@${ECHODIR} "===> ${_tool} (obj,build-tools)"; \
cd ${.CURDIR}/${_tool}; \
@@ -1994,15 +1995,6 @@ build-tools_${_tool}: .PHONY
${MAKE} DIRPRFX=${_tool}/ build-tools
build-tools: build-tools_${_tool}
.endfor
-.for _tool in \
- ${_gcc_tools}
-build-tools_${_tool}: .PHONY
- ${_+_}@${ECHODIR} "===> ${_tool} (obj,all)"; \
- cd ${.CURDIR}/${_tool}; \
- if [ -z "${NO_OBJ}" ]; then ${MAKE} DIRPRFX=${_tool}/ obj; fi; \
- ${MAKE} DIRPRFX=${_tool}/ all
-build-tools: build-tools_${_tool}
-.endfor
#
# kernel-tools: Build kernel-building tools