mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: set makeOption before 'set -x' (cleaner output) in Allwmake
This commit is contained in:
@ -1,10 +1,8 @@
|
||||
#!/bin/sh
|
||||
cd ${0%/*} || exit 1 # run from this directory
|
||||
[ $# -ge 1 ] && makeOption=$1 || makeOption=libso
|
||||
set -x
|
||||
|
||||
makeOption=libso
|
||||
[ $# -ge 1 ] && makeOption=$1
|
||||
|
||||
wmake $makeOption field
|
||||
wmake $makeOption forces
|
||||
wmake $makeOption IO
|
||||
|
||||
Reference in New Issue
Block a user