svn commit: r324139 - in stable/10: bin sbin usr.bin usr.sbin

Ngie Cooper ngie at FreeBSD.org
Sat Sep 30 20:44:27 UTC 2017


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 <fk at 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>


More information about the svn-src-all mailing list