COMP: make utilities before solvers.

- having all utilities available ASAP is more important than having
  all solvers immediately
This commit is contained in:
Mark Olesen
2010-02-18 16:48:49 +01:00
parent 0615b67dcd
commit ac99035a83
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ wmakeCheckPwd "$WM_PROJECT_DIR/applications" || {
set -x set -x
wmake all solvers
wmake all utilities wmake all utilities
wmake all solvers
# ----------------------------------------------------------------- end-of-file # ----------------------------------------------------------------- end-of-file

View File

@ -3,4 +3,4 @@
# Clean time folders only # Clean time folders only
rm -rf *[1-9]* rm -rf *[1-9]*
rm log.* rm -f log.* 2>/dev/null