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:
Henry Weller
2016-05-16 12:21:57 +01:00
parent 9353abcabe
commit 151631c5e4
4 changed files with 31 additions and 5 deletions

View File

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