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 6b77d86563
commit 7093f478e4

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"