less verbosity;
authorwenzelm
Mon, 30 Jul 2012 13:48:56 +0200
changeset 48601 655b08c2cd89
parent 48600 305ebcd9018a
child 48602 342ca8f3197b
less verbosity;
lib/Tools/build
--- a/lib/Tools/build	Mon Jul 30 13:44:40 2012 +0200
+++ b/lib/Tools/build	Mon Jul 30 13:48:56 2012 +0200
@@ -115,13 +115,11 @@
 
 [ -e "$ISABELLE_HOME/Admin/build" ] && { "$ISABELLE_HOME/Admin/build" jars || exit $?; }
 
-if [ "$NO_BUILD" = false ]; then
+if [ "$NO_BUILD" = false -a "$VERBOSE" = true ]; then
   echo "Started at $(date) ($ML_IDENTIFIER on $(hostname))"
 
-  if [ "$VERBOSE" = true ]; then
-    show_settings ""
-    echo
-  fi
+  show_settings ""
+  echo
   . "$ISABELLE_HOME/lib/scripts/timestart.bash"
 fi
 
@@ -131,7 +129,7 @@
   "${MORE_DIRS[@]}" $'\n' "${SESSION_GROUPS[@]}" $'\n' "${BUILD_OPTIONS[@]}" $'\n' "$@"
 RC="$?"
 
-if [ "$NO_BUILD" = false ]; then
+if [ "$NO_BUILD" = false -a "$VERBOSE" = true ]; then
   echo -n "Finished at "; date
 
   . "$ISABELLE_HOME/lib/scripts/timestop.bash"