0.pre7.8:
[sbcl.git] / distclean.sh
1 #!/bin/sh
2
3 # a superset of clean.sh, cleaning up not only automatically 
4 # generated files but other things (e.g. customization files)
5 # which shouldn't be in the distribution
6
7 # It's not unheard of to copy the old CMU CL docs into their
8 # traditional sbcl-0.6.x place. If so, it shouldn't end up in
9 # the distribution.
10 rm -rf doc/cmucl
11
12 # miscellaneous other customizations which shouldn't be propagated
13 rm -rf customize-target-features.lisp
14
15 # Fall through to ordinary cleanup.
16 sh clean.sh