wmake: use the new parallel wmakeLnIncludeAll option if WM_NCOMPPROCS is set

This commit is contained in:
Henry Weller 2016-07-03 23:11:16 +01:00
parent f23b2581e9
commit d88db62106

View file

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