Allwmake: improved '-update' option to handle out-of-date '.dep' files
Patch contributed by Bruno Santos Resolves bug-report http://bugs.openfoam.org/view.php?id=2091
This commit is contained in:
@ -127,6 +127,9 @@ do
|
||||
-update)
|
||||
wrmdep -update
|
||||
wmakeLnIncludeAll
|
||||
|
||||
# Set WM_UPDATE_DEPENDENCIES, so that wmake will pick up on it
|
||||
export WM_UPDATE_DEPENDENCIES=yes
|
||||
;;
|
||||
# Generate documentation
|
||||
doc)
|
||||
|
||||
Reference in New Issue
Block a user