Update to reflect changes to packaging.
authorChris Hanson <org/chris-hanson/cph>
Tue, 25 Sep 2001 17:23:12 +0000 (17:23 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 25 Sep 2001 17:23:12 +0000 (17:23 +0000)
v7/src/compiler/Clean.sh
v7/src/edwin/Clean.sh

index 394a96c4da8a8aaf9486e7c39cccaa1931f42e9a..ae4cf1508e1091ffb6c47c37eea68a7d2cfa9c7a 100755 (executable)
@@ -1,8 +1,8 @@
 #!/bin/sh
 #
-# $Id: Clean.sh,v 1.4 2000/12/09 05:10:14 cph Exp $
+# $Id: Clean.sh,v 1.5 2001/09/25 17:22:06 cph Exp $
 #
-# Copyright (c) 2000 Massachusetts Institute of Technology
+# Copyright (c) 2000, 2001 Massachusetts Institute of Technology
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -16,7 +16,8 @@
 #
 # You should have received a copy of the GNU General Public License
 # along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+# 02111-1307, USA.
 
 # Utility for cleaning up the MIT Scheme runtime-check directory.
 # The working directory must be the runtime-check directory.
@@ -26,7 +27,7 @@ if [ $# -ne 1 ]; then
     exit 1
 fi
 
-../etc/Clean.sh "${1}" rm-pkg-src rm-pkg-bin
+../etc/Clean.sh "${1}" rm-pkg
 
 for SUBDIR in back base fggen fgopt machine rtlbase rtlgen rtlopt; do
     if [ -d ${SUBDIR} ]; then
index aa38fc34e4fd747bd2faabbf316ecff8386ba278..0ad7a55fe2d8d410b4eade53edc569973cefea84 100755 (executable)
@@ -1,8 +1,8 @@
 #!/bin/sh
 #
-# $Id: Clean.sh,v 1.2 2000/12/08 05:27:27 cph Exp $
+# $Id: Clean.sh,v 1.3 2001/09/25 17:23:12 cph Exp $
 #
-# Copyright (c) 2000 Massachusetts Institute of Technology
+# Copyright (c) 2000, 2001 Massachusetts Institute of Technology
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -16,7 +16,8 @@
 #
 # You should have received a copy of the GNU General Public License
 # along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+# 02111-1307, USA.
 
 # Utility for cleaning up the MIT Scheme edwin directory.
 # The working directory must be the edwin directory.
@@ -26,7 +27,7 @@ if [ $# -ne 1 ]; then
     exit 1
 fi
 
-../etc/Clean.sh "${1}" rm-bin rm-com rm-pkg-bin
+../etc/Clean.sh "${1}" rm-bin rm-com rm-pkg
 
 echo "rm -f edwinunx.* edwinw32.* edwinos2.*"
 rm -f edwinunx.* edwinw32.* edwinos2.*