more thorought update of components;
authorwenzelm
Tue, 04 Oct 2016 19:43:18 +0200
changeset 64043 44b6c620c371
parent 64042 6957bd29a950
child 64044 deb4a786e6f9
more thorought update of components;
src/Pure/Tools/build_history.scala
--- a/src/Pure/Tools/build_history.scala	Tue Oct 04 19:38:43 2016 +0200
+++ b/src/Pure/Tools/build_history.scala	Tue Oct 04 19:43:18 2016 +0200
@@ -109,6 +109,9 @@
     File.append(etc_settings, "\n" + Library.terminate_lines(component_settings))
 
 
+    isabelle("components -a", redirect = true, echo = verbose).check
+
+
     /* augmented settings */
 
     val ml_settings =
@@ -169,9 +172,11 @@
       File.append(etc_settings, "\n" + Library.terminate_lines(more_settings))
 
 
+    isabelle("components -a", redirect = true, echo = verbose).check
+
+
     /* build */
 
-    isabelle("components -a", redirect = true, echo = verbose).check
     isabelle("jedit -b" + (if (fresh) " -f" else ""), redirect = true, echo = verbose).check
 
     isabelle("build " + File.bash_args(build_args), redirect = true, echo = verbose)