etc/settings
changeset 4334 e567f3425267
parent 3689 73378599a65b
child 4406 9bb6502db2ff
--- 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