mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
wmake: execute wmakeLnIncludeAll once with options 'queue' and 'update'
This commit is contained in:
11
wmake/wmake
11
wmake/wmake
@ -281,11 +281,14 @@ if [ -n "$update" ]
|
|||||||
then
|
then
|
||||||
wrmdep -update
|
wrmdep -update
|
||||||
wrmdep -old
|
wrmdep -old
|
||||||
if [ -n "$WM_NCOMPPROCS" ]
|
if [ "$all" != "queue" ]
|
||||||
then
|
then
|
||||||
wmakeLnIncludeAll -j$WM_NCOMPPROCS
|
if [ -n "$WM_NCOMPPROCS" ]
|
||||||
else
|
then
|
||||||
wmakeLnIncludeAll
|
wmakeLnIncludeAll -j$WM_NCOMPPROCS
|
||||||
|
else
|
||||||
|
wmakeLnIncludeAll
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
wclean empty
|
wclean empty
|
||||||
export WM_UPDATE_DEPENDENCIES=yes
|
export WM_UPDATE_DEPENDENCIES=yes
|
||||||
|
|||||||
Reference in New Issue
Block a user