Also clean up files generated by compiling to C.
authorChris Hanson <org/chris-hanson/cph>
Thu, 28 Sep 2006 23:48:27 +0000 (23:48 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 28 Sep 2006 23:48:27 +0000 (23:48 +0000)
v7/src/etc/Clean.sh

index af5911848563c3be277f651ef00f58b7e59e9b2f..11a6eef37bcdcac9d4bb83156955bd5b57fa2633 100755 (executable)
@@ -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"