From: Chris Hanson Date: Wed, 27 Dec 2000 18:26:32 +0000 (+0000) Subject: Not necessary to delete files before installing them. X-Git-Tag: 20090517-FFI~3027 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=995b4ee3658cf1f0d6145c6030915d9318e57900;p=mit-scheme.git Not necessary to delete files before installing them. --- diff --git a/v7/dist/make-dist-files b/v7/dist/make-dist-files index b0672b1e4..0b80dc885 100755 --- a/v7/dist/make-dist-files +++ b/v7/dist/make-dist-files @@ -1,6 +1,6 @@ #!/bin/sh -# $Id: make-dist-files,v 1.9 2000/12/23 06:04:02 cph Exp $ +# $Id: make-dist-files,v 1.10 2000/12/27 18:26:32 cph Exp $ # # Copyright (c) 2000 Massachusetts Institute of Technology # @@ -145,7 +145,6 @@ make_tarfile () if [ "${DESTINATION}" = "" ]; then PRE="`/scheme/v7/dist/release-prefix`-ix86" make_tarfile "${PRE}-gnu-linux" - rm -f ${BUILD_DIR}/bin/* ${INSTALL} /scheme/v7/dist/freebsd-bin/* ${BINDIR}/. make_tarfile "${PRE}-freebsd" else