Don't use generic script to delete packaging files. That script's
authorChris Hanson <org/chris-hanson/cph>
Wed, 25 Oct 2006 17:24:32 +0000 (17:24 +0000)
committerChris Hanson <org/chris-hanson/cph>
Wed, 25 Oct 2006 17:24:32 +0000 (17:24 +0000)
general patterns delete "key-w32.scm" too.

v7/src/edwin/Clean.sh

index cbb2b27b63f33e32a7ef71dbda0ef36965efbb58..1262294a7823c0416085c6a803e09b024cd5ab5d 100755 (executable)
@@ -1,8 +1,8 @@
 #!/bin/sh
 #
-# $Id: Clean.sh,v 1.9 2003/02/14 18:48:11 cph Exp $
+# $Id: Clean.sh,v 1.10 2006/10/25 17:24:32 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.
 #
@@ -29,7 +29,7 @@ if [ $# -ne 1 ]; then
     exit 1
 fi
 
-../etc/Clean.sh "${1}"
+../etc/Clean.sh "${1}" rm-bin rm-com
 
 echo "rm -f edwin-unx.* edwin-w32.* edwin-os2.* edwin.bld"
 rm -f edwin-unx.* edwin-w32.* edwin-os2.* edwin.bld