From 2946dad27502fb170523245c5609085dbcbebfe7 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Thu, 28 Sep 2006 23:48:27 +0000 Subject: [PATCH] Also clean up files generated by compiling to C. --- v7/src/etc/Clean.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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" -- 2.25.1