wmake: execute wmakeLnIncludeAll once with options 'queue' and 'update'

This commit is contained in:
Henry Weller 2016-07-05 07:54:45 +01:00
parent af8e0f1443
commit e8b098121c

View File

@ -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