ISABELLE_TMP_PREFIX;
authorwenzelm
Mon, 01 Dec 1997 18:22:38 +0100
changeset 4334 e567f3425267
parent 4333 1d326b826851
child 4335 b0acd74da01d
ISABELLE_TMP_PREFIX;
etc/settings
--- a/etc/settings	Mon Dec 01 18:22:02 1997 +0100
+++ b/etc/settings	Mon Dec 01 18:22:38 1997 +0100
@@ -50,12 +50,15 @@
 # Where to look for isabelle tools (multiple dirs separated by ':').
 ISABELLE_TOOLS=$ISABELLE_HOME/lib/Tools
 
+# Location for temporary files (should be on a local file system).
+ISABELLE_TMP_PREFIX=/tmp/isabelle
+
 
 # Heap file locations. ML system identifier appended automatically!
 
 ISABELLE_PATH=$ISABELLE_HOME_USER/heaps:$ISABELLE_HOME/heaps
 
-#A hack! 'build' tells us store heaps within the distribution.
+#A hack! Isabelle build tells us to store heaps within the distribution.
 if [ "$THIS_IS_ISABELLE_BUILD" = true ]; then
   ISABELLE_OUTPUT=$ISABELLE_HOME/heaps
   ISABELLE_BROWSER_INFO=$ISABELLE_HOME/browser_info