mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
Sprinkle a few more .WAITs into the mix after csu, libc, msun and the
early built libraries. This should be sufficient for most cases and has eliminated the issues I've seen with high -j builds. Races likely still remain, but this knocks the problem down a notch.
This commit is contained in:
parent
7ecf742eeb
commit
b8fffe166d
1 changed files with 5 additions and 1 deletions
|
|
@ -31,8 +31,12 @@
|
|||
# Except it appears bind needs to be compiled last
|
||||
|
||||
SUBDIR_ORDERED= ${_csu} \
|
||||
.WAIT \
|
||||
libc \
|
||||
libc_nonshared \
|
||||
.WAIT \
|
||||
msun \
|
||||
.WAIT \
|
||||
libbsm \
|
||||
libauditd \
|
||||
libutil \
|
||||
|
|
@ -45,7 +49,6 @@ SUBDIR_ORDERED= ${_csu} \
|
|||
${_libiconv_modules} \
|
||||
libkvm \
|
||||
${_libldns} \
|
||||
msun \
|
||||
libmd \
|
||||
ncurses \
|
||||
${_libnetgraph} \
|
||||
|
|
@ -62,6 +65,7 @@ SUBDIR_ORDERED+= libcom_err
|
|||
.endif
|
||||
|
||||
SUBDIR= ${SUBDIR_ORDERED} \
|
||||
.WAIT \
|
||||
libalias \
|
||||
libarchive \
|
||||
${_libatm} \
|
||||
|
|
|
|||
Loading…
Reference in a new issue