wmake: execute wmakeLnIncludeAll once with options 'queue' and 'update'
This commit is contained in:
parent
276eb1a31b
commit
0bc8286845
1 changed files with 7 additions and 4 deletions
11
wmake/wmake
11
wmake/wmake
|
|
@ -281,11 +281,14 @@ if [ -n "$update" ]
|
|||
then
|
||||
wrmdep -update
|
||||
wrmdep -old
|
||||
if [ -n "$WM_NCOMPPROCS" ]
|
||||
if [ "$all" != "queue" ]
|
||||
then
|
||||
wmakeLnIncludeAll -j$WM_NCOMPPROCS
|
||||
else
|
||||
wmakeLnIncludeAll
|
||||
if [ -n "$WM_NCOMPPROCS" ]
|
||||
then
|
||||
wmakeLnIncludeAll -j$WM_NCOMPPROCS
|
||||
else
|
||||
wmakeLnIncludeAll
|
||||
fi
|
||||
fi
|
||||
wclean empty
|
||||
export WM_UPDATE_DEPENDENCIES=yes
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue