0.8.8.23:
[sbcl/lichteblau.git] / distclean.sh
blob33034f9f3fba83159a1b5d072783fb4c5b3e1694
1 #!/bin/sh
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
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
12 # miscellaneous other customizations which shouldn't be propagated
13 rm -rf customize-target-features.lisp
15 # Fall through to ordinary cleanup.
16 sh clean.sh