diff options
author | ngie <ngie@FreeBSD.org> | 2017-09-08 04:46:55 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2017-09-08 04:46:55 +0000 |
commit | e8f92585364e857e74459e9a885c736f0ae39f81 (patch) | |
tree | 1d2a8c17016630ca951a215d119bd911629b343e /usr.sbin/Makefile | |
parent | 4d8f2a1035d88691f571fbffe714696cccc59eb2 (diff) | |
download | FreeBSD-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.sbin/Makefile')
-rw-r--r-- | usr.sbin/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 5f478b8..8485fab 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -217,8 +217,6 @@ SUBDIR.${MK_TESTS}+= tests .include <bsd.arch.inc.mk> -SUBDIR:= ${SUBDIR:O} - SUBDIR_PARALLEL= .include <bsd.subdir.mk> |