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,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