From 416cfe356d3014f6309f8af8d0af8dcb4d807351 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Tue, 25 Sep 2001 17:23:12 +0000 Subject: [PATCH] Update to reflect changes to packaging. --- v7/src/compiler/Clean.sh | 9 +++++---- v7/src/edwin/Clean.sh | 9 +++++---- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/v7/src/compiler/Clean.sh b/v7/src/compiler/Clean.sh index 394a96c4d..ae4cf1508 100755 --- a/v7/src/compiler/Clean.sh +++ b/v7/src/compiler/Clean.sh @@ -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 diff --git a/v7/src/edwin/Clean.sh b/v7/src/edwin/Clean.sh index aa38fc34e..0ad7a55fe 100755 --- a/v7/src/edwin/Clean.sh +++ b/v7/src/edwin/Clean.sh @@ -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.* -- 2.25.1