summaryrefslogtreecommitdiff
path: root/clean.sh
diff options
context:
space:
mode:
authorWilliam Harold Newman <william.newman@airmail.net>2004-04-19 03:41:40 +0000
committerWilliam Harold Newman <william.newman@airmail.net>2004-04-19 03:41:40 +0000
commit8f07013fea8c3a6cae9819f1761340ae4c57e24c (patch)
treeadfb824f9c399cd78198fff720a4af86a4953f8e /clean.sh
parentef8fd235fa2ca39e444710d1bc275acbc8d3279c (diff)
0.8.9.49:
merged Scott Parish's patch for OpenBSD, with a few tweaks... ...reduced space sizes to work around ulimit problems (as a quick hack, probably not the ideal long-term solution) ...fiddling to work around collisions with NetBSD patch; ah, the joys of working on living, squirmy code ...I think s/LISP_FEATURE_LINUX/LISP_FEATURE_SB_THREAD/ on create_thread() is correct; it was motivated by the way that now new_thread_trampoline() is defined only when LISP_FEATURE_SB_THREAD. minor issue encountered while going through xc: clean.sh should blow away src/runtime/genesis/.
Diffstat (limited to 'clean.sh')
-rwxr-xr-xclean.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/clean.sh b/clean.sh
index 945d3998f..50feec1f1 100755
--- a/clean.sh
+++ b/clean.sh
@@ -13,7 +13,7 @@
# this script (including "gmake clean" in the src/runtime directory)
# several times in a row without failure.. so we leave the output/
# directory in place.)
-rm -rf obj/* output/* doc/user-manual \
+rm -rf obj/* output/* src/runtime/genesis/ doc/user-manual \
doc/user-manual.junk doc/DBTOHTML_OUTPUT_DIR*
# (The doc/user-manual.junk and doc/DBTOHTML_OUTPUT_DIR* directories
# are created by the Cygnus db2html script when it formats the the