Author: ngie Date: Sat Sep 30 20:44:25 2017 New Revision: 324139 URL: https://svnweb.freebsd.org/changeset/base/324139
Log: 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 <f...@fabiankeil.de> Modified: stable/10/bin/Makefile stable/10/sbin/Makefile stable/10/usr.bin/Makefile stable/10/usr.sbin/Makefile Directory Properties: stable/10/ (props changed) Modified: stable/10/bin/Makefile ============================================================================== --- stable/10/bin/Makefile Sat Sep 30 20:31:37 2017 (r324138) +++ stable/10/bin/Makefile Sat Sep 30 20:44:25 2017 (r324139) @@ -58,8 +58,6 @@ SUBDIR+= tests .include <bsd.arch.inc.mk> -SUBDIR:= ${SUBDIR:O} - SUBDIR_PARALLEL= .include <bsd.subdir.mk> Modified: stable/10/sbin/Makefile ============================================================================== --- stable/10/sbin/Makefile Sat Sep 30 20:31:37 2017 (r324138) +++ stable/10/sbin/Makefile Sat Sep 30 20:44:25 2017 (r324139) @@ -130,8 +130,6 @@ SUBDIR+= tests .include <bsd.arch.inc.mk> -SUBDIR:= ${SUBDIR:O} - SUBDIR_PARALLEL= .include <bsd.subdir.mk> Modified: stable/10/usr.bin/Makefile ============================================================================== --- stable/10/usr.bin/Makefile Sat Sep 30 20:31:37 2017 (r324138) +++ stable/10/usr.bin/Makefile Sat Sep 30 20:44:25 2017 (r324139) @@ -415,8 +415,6 @@ SUBDIR+= mkesdb_static .include <bsd.arch.inc.mk> -SUBDIR:= ${SUBDIR:O} - SUBDIR_PARALLEL= .include <bsd.subdir.mk> Modified: stable/10/usr.sbin/Makefile ============================================================================== --- stable/10/usr.sbin/Makefile Sat Sep 30 20:31:37 2017 (r324138) +++ stable/10/usr.sbin/Makefile Sat Sep 30 20:44:25 2017 (r324139) @@ -369,8 +369,6 @@ SUBDIR+= wpa .include <bsd.arch.inc.mk> -SUBDIR:= ${SUBDIR:O} - SUBDIR_PARALLEL= .include <bsd.subdir.mk> _______________________________________________ svn-src-stable-10@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-stable-10 To unsubscribe, send any mail to "svn-src-stable-10-unsubscr...@freebsd.org"