From 6f4cb795e732f2cc180ab3f25b43d3552ca51e2c Mon Sep 17 00:00:00 2001 From: dtc <dtc> Date: Tue, 9 Jan 2001 04:55:33 +0000 Subject: [PATCH] o Clarify the need for CMUCL_EMPTYFILE on SunOS and Solaris. --- tools/sample-wrapper | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/sample-wrapper b/tools/sample-wrapper index 224269cf1..702e36e17 100755 --- a/tools/sample-wrapper +++ b/tools/sample-wrapper @@ -5,6 +5,7 @@ CMUCLLIB=/<<your-cmucl-path>>/lib export CMUCLLIB # +# This might be necessary for SunOS. Not needed for Solaris. # If /tmp is a "tmpfs" filesystem (mounted on "swap") then uncomment the # following two lines, and fill in an alternate path: #CMUCL_EMPTYFILE=/<<your-temp-path>>/empty -- GitLab