summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2017-09-30 20:44:25 +0000
committerngie <ngie@FreeBSD.org>2017-09-30 20:44:25 +0000
commitcc79a3d7830fdfd7918a4756497b6b44731a9db7 (patch)
tree5b2ec97e364688292dd0b291554ecce763e08c73
parentc2416c41bd205493d6e3d487a09bb5f894ba9cb4 (diff)
downloadFreeBSD-src-cc79a3d7830fdfd7918a4756497b6b44731a9db7.zip
FreeBSD-src-cc79a3d7830fdfd7918a4756497b6b44731a9db7.tar.gz
MFC r322951:
Respect MK_TCSH with build-tools and native-xtools This helps reduce the WORLDTMP footprint slightly. Based on a patch I submitted 5 years ago to GNATS. PR: 174051 Relnotes: yes (anyone who cross-builds with MK_TCSH=yes will run into build failures if the host doesn't have tcsh(1)) Reminded by: Fabian Keil <fk@fabiankeil.de>
-rw-r--r--bin/Makefile2
-rw-r--r--sbin/Makefile2
-rw-r--r--usr.bin/Makefile2
-rw-r--r--usr.sbin/Makefile2
4 files changed, 0 insertions, 8 deletions
diff --git a/bin/Makefile b/bin/Makefile
index 63d96fe..6fbb72e 100644
--- a/bin/Makefile
+++ b/bin/Makefile
@@ -58,8 +58,6 @@ SUBDIR+= tests
.include <bsd.arch.inc.mk>
-SUBDIR:= ${SUBDIR:O}
-
SUBDIR_PARALLEL=
.include <bsd.subdir.mk>
diff --git a/sbin/Makefile b/sbin/Makefile
index 460c767..b8a9d44 100644
--- a/sbin/Makefile
+++ b/sbin/Makefile
@@ -130,8 +130,6 @@ SUBDIR+= tests
.include <bsd.arch.inc.mk>
-SUBDIR:= ${SUBDIR:O}
-
SUBDIR_PARALLEL=
.include <bsd.subdir.mk>
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index 455e354..1a1f2e7 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -415,8 +415,6 @@ SUBDIR+= mkesdb_static
.include <bsd.arch.inc.mk>
-SUBDIR:= ${SUBDIR:O}
-
SUBDIR_PARALLEL=
.include <bsd.subdir.mk>
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index a3b1030..569baac 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -369,8 +369,6 @@ SUBDIR+= wpa
.include <bsd.arch.inc.mk>
-SUBDIR:= ${SUBDIR:O}
-
SUBDIR_PARALLEL=
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud