wmake: execute wmakeLnIncludeAll once with options 'queue' and 'update'
This commit is contained in:
parent
af8e0f1443
commit
e8b098121c
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…
Reference in New Issue
Block a user