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:
parent
4a4867d667
commit
144811cc61
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user