back to implicit commit via isabelle-process -- save image only once (cf. 181b91e1d1c1);
authorwenzelm
Wed, 08 Aug 2012 14:30:27 +0200
changeset 49749af91cd2301ba
parent 49748 18e76e2db6d4
child 49750 35c47932584c
back to implicit commit via isabelle-process -- save image only once (cf. 181b91e1d1c1);
src/Pure/System/build.ML
     1.1 --- a/src/Pure/System/build.ML	Wed Aug 08 12:51:20 2012 +0200
     1.2 +++ b/src/Pure/System/build.ML	Wed Aug 08 14:30:27 2012 +0200
     1.3 @@ -82,7 +82,7 @@
     1.4              |> Unsynchronized.setmp Multithreading.max_threads (Options.int options "threads"));
     1.5  
     1.6        val _ = Session.finish ();
     1.7 -      val _ = if do_output then Secure.commit () else ();
     1.8 +      val _ = if do_output then () else exit 0;
     1.9      in 0 end);
    1.10  
    1.11  end;