From: Chris Hanson Date: Sat, 14 Apr 2007 03:55:26 +0000 (+0000) Subject: Don't delete compiler-unx.c for c-clean rule. X-Git-Tag: 20090517-FFI~662 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=326790021070570bf5f440212c6f8a663c104d27;p=mit-scheme.git Don't delete compiler-unx.c for c-clean rule. --- diff --git a/v7/src/compiler/Clean.sh b/v7/src/compiler/Clean.sh index de241d62a..1b1688033 100755 --- a/v7/src/compiler/Clean.sh +++ b/v7/src/compiler/Clean.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# $Id: Clean.sh,v 1.15 2007/04/07 04:02:22 cph Exp $ +# $Id: Clean.sh,v 1.16 2007/04/14 03:55:26 cph Exp $ # # Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, # 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, @@ -35,7 +35,6 @@ TOPDIR=${TOPDIR:-`pwd`/..} export TOPDIR CLEANSH=${TOPDIR}/etc/Clean.sh "${CLEANSH}" "${1}" rm-pkg -rm -f compiler-unx.c compiler-unx.o case "${1}" in c-clean) @@ -60,6 +59,15 @@ distclean | maintainer-clean | c-clean) ;; esac +rm -f compiler-unx.o +case "${1}" in +c-clean) + ;; +*) + rm -f compiler-unx.c + ;; +esac + case "${1}" in maintainer-clean) rm -f machines/vax/dinstr[123].scm