Drop a .WAIT into the list. Items later in the list than this depend

on items earlier. Enable parallel builds.
This commit is contained in:
Warner Losh 2015-08-26 02:47:11 +00:00
parent 4a4867d667
commit 144811cc61
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=287150

View File

@ -7,6 +7,7 @@ SUBDIR= doc\
libbfd \
libopcodes \
libbinutils \
.WAIT \
as \
ld \
${_objcopy} \
@ -16,4 +17,9 @@ SUBDIR= doc\
_objcopy= objcopy
.endif
.if !make(install)
SUBDIR_PARALLEL=
.endif
.include <bsd.subdir.mk>