wmake: use the new parallel wmakeLnIncludeAll option if WM_NCOMPPROCS is set
This commit is contained in:
parent
f23b2581e9
commit
d88db62106
1 changed files with 6 additions and 1 deletions
|
|
@ -154,7 +154,12 @@ do
|
|||
-update)
|
||||
wrmdep -update
|
||||
wrmdep -old
|
||||
wmakeLnIncludeAll
|
||||
if [ -n "$WM_NCOMPPROCS" ]
|
||||
then
|
||||
wmakeLnIncludeAll -j$WM_NCOMPPROCS
|
||||
else
|
||||
wmakeLnIncludeAll
|
||||
fi
|
||||
wclean empty
|
||||
export WM_UPDATE_DEPENDENCIES=yes
|
||||
[ -z "$all" ] && all="all"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue