further imitation of ISABELLE_USEDIR_OPTIONS via options;
authorwenzelm
Tue, 24 Jul 2012 11:39:22 +0200
changeset 48466 3b2fb20df17d
parent 48465 a25daffda966
child 48467 a4318c36a829
further imitation of ISABELLE_USEDIR_OPTIONS via options;
etc/options
etc/settings
src/Pure/System/build.ML
--- a/etc/options	Tue Jul 24 11:14:37 2012 +0200
+++ b/etc/options	Tue Jul 24 11:39:22 2012 +0200
@@ -4,19 +4,19 @@
 declare browser_info_remote : string = ""
 
 declare document : string = ""
-declare document_variants : string = document
+declare document_variants : string = "outline=/proof,/ML"
 declare document_graph : bool = false
 declare document_dump : string = ""
 declare no_document : bool = false
 
-declare threads : int = 1
+declare threads : int = 0
 declare threads_trace : int = 0
-declare parallel_proofs : int = 1
+declare parallel_proofs : int = 2
 declare parallel_proofs_threshold : int = 100
 
 declare print_mode : string = ""
 
-declare proofs : int = 0
+declare proofs : int = 1
 declare quick_and_dirty : bool = false
 
 declare condition : string = ""
--- a/etc/settings	Tue Jul 24 11:14:37 2012 +0200
+++ b/etc/settings	Tue Jul 24 11:39:22 2012 +0200
@@ -67,11 +67,15 @@
 
 
 ###
-### Batch sessions (cf. isabelle usedir)
+### Batch sessions
 ###
 
+#cf. isabelle usedir
 ISABELLE_USEDIR_OPTIONS="-M max -p 1 -q 2 -v true -V outline=/proof,/ML"
 
+#cf. isabelle build
+ISABELLE_BUILD_OPTIONS=""
+
 
 ###
 ### Document preparation (cf. isabelle latex/document)
--- a/src/Pure/System/build.ML	Tue Jul 24 11:14:37 2012 +0200
+++ b/src/Pure/System/build.ML	Tue Jul 24 11:39:22 2012 +0200
@@ -53,7 +53,7 @@
         (Options.bool options "browser_info") browser_info
         (Options.string options "document")
         (Options.bool options "document_graph")
-        (space_explode "," (Options.string options "document_variants"))
+        (space_explode ":" (Options.string options "document_variants"))
         parent base_name
         (true (* FIXME copy document/ files on Scala side!? *),
           Options.string options "document_dump")