Rename ORDERED to BOOTSTRAP since no order is respected in the list.

The directories in SUBDIR_ORDERED are built in parallel, so the name is
misleading.

MFC after:	3 days
Sponsored by:	EMC / Isilon Storage Division
This commit is contained in:
Bryan Drewery 2016-08-22 22:51:10 +00:00
parent 34ce63e5aa
commit fa6d79e80b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=304647

View File

@ -3,12 +3,13 @@
.include <src.opts.mk> .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 # 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 # and the main list to avoid needing a SUBDIR_DEPEND line on every library
# naming just these few items. # naming just these few items.
SUBDIR_ORDERED= csu \ SUBDIR_BOOTSTRAP= \
csu \
.WAIT \ .WAIT \
libc \ libc \
libc_nonshared \ libc_nonshared \
@ -21,7 +22,7 @@ SUBDIR_ORDERED= csu \
# The main list; please keep these sorted alphabetically. # The main list; please keep these sorted alphabetically.
SUBDIR= ${SUBDIR_ORDERED} \ SUBDIR= ${SUBDIR_BOOTSTRAP} \
.WAIT \ .WAIT \
libalias \ libalias \
libarchive \ libarchive \