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.

MFC after:	2 months
Reviewed by:	bdrewery
Differential Revision:	D11398
This commit is contained in:
Enji Cooper 2017-07-06 04:15:30 +00:00
parent 1f6ca76bc0
commit 01df7d10a5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=320701
4 changed files with 0 additions and 8 deletions

View File

@ -47,8 +47,6 @@ SUBDIR.${MK_TESTS}+= tests
.include <bsd.arch.inc.mk>
SUBDIR:= ${SUBDIR:O}
SUBDIR_PARALLEL=
.include <bsd.subdir.mk>

View File

@ -93,8 +93,6 @@ SUBDIR.${MK_TESTS}+= tests
.include <bsd.arch.inc.mk>
SUBDIR:= ${SUBDIR:O}
SUBDIR_PARALLEL=
.include <bsd.subdir.mk>

View File

@ -306,8 +306,6 @@ SUBDIR+= mkesdb_static
.include <bsd.arch.inc.mk>
SUBDIR:= ${SUBDIR:O:u}
SUBDIR_PARALLEL=
.include <bsd.subdir.mk>

View File

@ -218,8 +218,6 @@ SUBDIR.${MK_TESTS}+= tests
.include <bsd.arch.inc.mk>
SUBDIR:= ${SUBDIR:O}
SUBDIR_PARALLEL=
.include <bsd.subdir.mk>