summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2017-09-08 04:46:55 +0000
committerngie <ngie@FreeBSD.org>2017-09-08 04:46:55 +0000
commite8f92585364e857e74459e9a885c736f0ae39f81 (patch)
tree1d2a8c17016630ca951a215d119bd911629b343e /usr.bin
parent4d8f2a1035d88691f571fbffe714696cccc59eb2 (diff)
downloadFreeBSD-src-e8f92585364e857e74459e9a885c736f0ae39f81.zip
FreeBSD-src-e8f92585364e857e74459e9a885c736f0ae39f81.tar.gz
MFC r320701:
Remove SUBDIR ordering/uniquifying in *bin/Makefile After the addition of SUBDIR.yes, uniquifying/ordering the SUBDIRs doesn't make a whole lot of sense, and it's in effect a half measure. Ordering SUBDIR (after adding SUBDIR.yes to it) in bsd.subdir.mk is a separate change that warrants more discussion/testing, because while the SUBDIR_PARALLEL work largely fixed dependency ordering for SUBDIRs, there might be downstream FreeBSD consumers that rely on the SUBDIR ordering.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index 9105e963..f0ab210 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -311,8 +311,6 @@ SUBDIR+= mkesdb_static
.include <bsd.arch.inc.mk>
-SUBDIR:= ${SUBDIR:O:u}
-
SUBDIR_PARALLEL=
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud