Skip to content
Snippets Groups Projects
Commit cec32d2a authored by mattijs's avatar mattijs
Browse files

prevent softlinking errors if file exists

parent a15e5f7f
No related branches found
No related tags found
No related merge requests found
...@@ -5,8 +5,8 @@ set -x ...@@ -5,8 +5,8 @@ set -x
# update OpenFOAM version strings if required # 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/$WM_OPTIONS/global.? 2>/dev/null
wmakeLnInclude -f OpenFOAM wmakeLnInclude -f OpenFOAM -sf
wmakeLnInclude -f OSspecific/$WM_OS wmakeLnInclude -f OSspecific/$WM_OS -sf
Pstream/Allwmake Pstream/Allwmake
wmake libo OSspecific/$WM_OS wmake libo OSspecific/$WM_OS
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
cd ${0%/*} || exit 1 # run from this directory cd ${0%/*} || exit 1 # run from this directory
set -x set -x
wmakeLnInclude -f ../incompressible/LES wmakeLnInclude -f ../incompressible/LES -sf
wmake libso LESfilters wmake libso LESfilters
wmake libso LESdeltas wmake libso LESdeltas
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment