From: Chris Hanson Date: Thu, 28 Sep 2006 23:48:27 +0000 (+0000) Subject: Also clean up files generated by compiling to C. X-Git-Tag: 20090517-FFI~924 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=2946dad27502fb170523245c5609085dbcbebfe7;p=mit-scheme.git Also clean up files generated by compiling to C. --- diff --git a/v7/src/etc/Clean.sh b/v7/src/etc/Clean.sh index af5911848..11a6eef37 100755 --- a/v7/src/etc/Clean.sh +++ b/v7/src/etc/Clean.sh @@ -1,8 +1,8 @@ #!/bin/sh # -# $Id: Clean.sh,v 1.12 2003/02/14 18:48:11 cph Exp $ +# $Id: Clean.sh,v 1.13 2006/09/28 23:48:27 cph Exp $ # -# Copyright 2000,2001,2002 Massachusetts Institute of Technology +# Copyright 2000,2001,2002,2006 Massachusetts Institute of Technology # # This file is part of MIT/GNU Scheme. # @@ -84,8 +84,8 @@ for KEYWORD in ${KEYWORDS}; do rm -f *.bin *.ext ;; rm-com) - echo "rm -f *.com *.bci" - rm -f *.com *.bci + echo "rm -f *.com *.bci *.c *.o *.so *.sl *.dylib" + rm -f *.com *.bci *.c *.o *.so *.sl *.dylib ;; rm-old-pkg) echo "rm -f *.bco *.bld *.glo *.con *.ldr"