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

use -f option wherever wmakeLnInclude is explicitly called in Allwmake scripts

parent e0bb935e
No related merge requests found
......@@ -2,7 +2,7 @@
cd ${0%/*} || exit 1 # run from this directory
set -x
( cd OpenFOAM && wmakeLnInclude . )
( cd OpenFOAM && wmakeLnInclude -f . )
( cd Pstream && ./Allwmake )
wmake libo OSspecific/$WM_OS
......
......@@ -2,8 +2,9 @@
cd ${0%/*} || exit 1 # run from this directory
set -x
wmakeLnInclude -f incompressible
wmake libso LESfilters
wmakeLnInclude incompressible
wmake libso LESdeltas
wmake libso incompressible
wmake libso compressible
......
EXE_INC = \
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude \
-I../LESdeltas/lnInclude \
-I../LESfilters/lnInclude \
-I$(LIB_SRC)/thermophysicalModels/basic/lnInclude
......
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