Skip to content
Snippets Groups Projects
Commit 232c13ee authored by Mark Olesen's avatar Mark Olesen
Browse files

BUG: update OpenFOAM version strings failed with compiler switch

- now remove all generated files for all platforms when the version
  changes
parent 0124a314
Branches
No related merge requests found
......@@ -17,13 +17,13 @@ wmakeCheckPwd "$WM_PROJECT_DIR/src" || {
set -x
# update OpenFOAM version strings if required
wmakePrintBuild -check || /bin/rm -f OpenFOAM/Make/$WM_OPTIONS/global.? 2>/dev/null
wmakePrintBuild -check || /bin/rm -f OpenFOAM/Make/*/global.? 2>/dev/null
wmakeLnInclude OpenFOAM
wmakeLnInclude OSspecific/$WM_OSTYPE
wmakeLnInclude OSspecific/${WM_OSTYPE:-POSIX}
Pstream/Allwmake
OSspecific/$WM_OSTYPE/Allwmake
OSspecific/${WM_OSTYPE:-POSIX}/Allwmake
wmake libso OpenFOAM
wmake libso fileFormats
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment