STYLE: set makeOption before 'set -x' (cleaner output) in Allwmake

This commit is contained in:
Mark Olesen
2011-01-27 16:22:32 +01:00
parent f0f5ba7c72
commit dd57f3c4b4
18 changed files with 19 additions and 55 deletions

View File

@ -1,8 +1,6 @@
#!/bin/sh
cd ${0%/*} || exit 1 # run from this directory
makeOption=libso
[ $# -ge 1 ] && makeOption=$1
[ $# -ge 1 ] && makeOption=$1 || makeOption=libso
# get SCOTCH_VERSION, SCOTCH_ARCH_PATH
settings=`$WM_PROJECT_DIR/bin/foamEtcFile apps/scotch/bashrc`