tuned;
authorwenzelm
Thu, 26 Jul 2012 13:35:31 +0200
changeset 48512 a69d7dc49f41
parent 48511 37999ee01156
child 48513 ace120a2cb70
tuned;
src/HOL/ROOT
src/Pure/System/build.ML
--- a/src/HOL/ROOT	Thu Jul 26 12:59:09 2012 +0200
+++ b/src/HOL/ROOT	Thu Jul 26 13:35:31 2012 +0200
@@ -19,7 +19,7 @@
   options [document = false]
   theories Main
 
-session "HOL-Proofs"! (main) in "." = Pure +
+session "HOL-Proofs"! in "." = Pure +
   description {* HOL-Main with explicit proof terms *}
   options [document = false, proofs = 2, parallel_proofs = 0]
   theories Main
--- a/src/Pure/System/build.ML	Thu Jul 26 12:59:09 2012 +0200
+++ b/src/Pure/System/build.ML	Thu Jul 26 13:35:31 2012 +0200
@@ -42,7 +42,7 @@
     (case filter_out (can getenv_strict) condition of
       [] => use_thys options thys
     | conds =>
-        Output.physical_stderr ("Ignoring theories " ^ commas_quote thys ^
+        Output.physical_stderr ("Skipping theories " ^ commas_quote thys ^
           " (undefined " ^ commas conds ^ ")\n"))
   end;