aboutsummaryrefslogtreecommitdiff
path: root/bin/Makefile
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2017-07-06 04:15:30 +0000
committerEnji Cooper <ngie@FreeBSD.org>2017-07-06 04:15:30 +0000
commit01df7d10a5af251d6f03fcd04bf84142b9282000 (patch)
tree2401609345df77a59e6f7a8f69cf9f720a844f44 /bin/Makefile
parent1f6ca76bc0274cd6f454eb90ba77394a3ac32020 (diff)
downloadsrc-01df7d10a5af251d6f03fcd04bf84142b9282000.tar.gz
src-01df7d10a5af251d6f03fcd04bf84142b9282000.zip
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
Notes
Notes: svn path=/head/; revision=320701
Diffstat (limited to 'bin/Makefile')
-rw-r--r--bin/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/Makefile b/bin/Makefile
index b3385dcd32d9..3e7571c27e61 100644
--- a/bin/Makefile
+++ b/bin/Makefile
@@ -47,8 +47,6 @@ SUBDIR.${MK_TESTS}+= tests
.include <bsd.arch.inc.mk>
-SUBDIR:= ${SUBDIR:O}
-
SUBDIR_PARALLEL=
.include <bsd.subdir.mk>