author | wenzelm |
Sun, 09 Oct 2016 16:27:01 +0200 | |
changeset 64121 | f2c8f6b11dcf |
parent 64120 | 6c5039016321 |
child 64122 | 74fde524799e |
child 64123 | a967b5a07f92 |
--- a/src/Pure/Tools/build_history.scala Sun Oct 09 16:24:54 2016 +0200 +++ b/src/Pure/Tools/build_history.scala Sun Oct 09 16:27:01 2016 +0200 @@ -253,7 +253,8 @@ other_isabelle.copy_dir(isabelle_base_log, isabelle_output_log) val build_start = Date.now() - val res = other_isabelle("build " + File.bash_args(build_args), redirect = true, echo = verbose) + val res = + other_isabelle("build -v " + File.bash_args(build_args), redirect = true, echo = verbose) val build_end = Date.now()