From 01df7d10a5af251d6f03fcd04bf84142b9282000 Mon Sep 17 00:00:00 2001 From: Enji Cooper Date: Thu, 6 Jul 2017 04:15:30 +0000 Subject: 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 --- bin/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'bin/Makefile') 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 -SUBDIR:= ${SUBDIR:O} - SUBDIR_PARALLEL= .include -- cgit v1.2.3