From 02f1a61eea3a07a1c395c68784094431c7dfb3e8 Mon Sep 17 00:00:00 2001 From: ngie Date: Sat, 30 Sep 2017 20:44:25 +0000 Subject: [PATCH] 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 git-svn-id: svn://svn.freebsd.org/base/stable/10@324139 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- bin/Makefile | 2 -- sbin/Makefile | 2 -- usr.bin/Makefile | 2 -- usr.sbin/Makefile | 2 -- 4 files changed, 8 deletions(-) diff --git a/bin/Makefile b/bin/Makefile index 63d96fedb..6fbb72e44 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -58,8 +58,6 @@ SUBDIR+= tests .include -SUBDIR:= ${SUBDIR:O} - SUBDIR_PARALLEL= .include diff --git a/sbin/Makefile b/sbin/Makefile index 460c76764..b8a9d44b9 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -130,8 +130,6 @@ SUBDIR+= tests .include -SUBDIR:= ${SUBDIR:O} - SUBDIR_PARALLEL= .include diff --git a/usr.bin/Makefile b/usr.bin/Makefile index 455e354fe..1a1f2e7c5 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -415,8 +415,6 @@ SUBDIR+= mkesdb_static .include -SUBDIR:= ${SUBDIR:O} - SUBDIR_PARALLEL= .include diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index a3b1030c7..569baac83 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -369,8 +369,6 @@ SUBDIR+= wpa .include -SUBDIR:= ${SUBDIR:O} - SUBDIR_PARALLEL= .include -- 2.45.0