summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2017-01-03 22:42:27 +0000
committerbdrewery <bdrewery@FreeBSD.org>2017-01-03 22:42:27 +0000
commit8f5576e93fcfff7652a069b63d757fe4286230c3 (patch)
tree168aedc063f16b0884b67efe46061fd4ee97cb20 /lib
parentb759976a21ac3a064d9efd9b7e6c3253c17cb231 (diff)
downloadFreeBSD-src-8f5576e93fcfff7652a069b63d757fe4286230c3.zip
FreeBSD-src-8f5576e93fcfff7652a069b63d757fe4286230c3.tar.gz
MFC r304647:
Rename ORDERED to BOOTSTRAP since no order is respected in the list.
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 0fff802..32b1761 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -3,12 +3,13 @@
.include <src.opts.mk>
-# The SUBDIR_ORDERED list is a small set of libraries which are used by many
+# The SUBDIR_BOOTSTRAP list is a small set of libraries which are used by many
# of the other libraries. These are built first with a .WAIT between them
# and the main list to avoid needing a SUBDIR_DEPEND line on every library
# naming just these few items.
-SUBDIR_ORDERED= csu \
+SUBDIR_BOOTSTRAP= \
+ csu \
.WAIT \
libc \
libc_nonshared \
@@ -21,7 +22,7 @@ SUBDIR_ORDERED= csu \
# The main list; please keep these sorted alphabetically.
-SUBDIR= ${SUBDIR_ORDERED} \
+SUBDIR= ${SUBDIR_BOOTSTRAP} \
.WAIT \
libalias \
libarchive \
OpenPOWER on IntegriCloud