From 4c5c801f8da00b87755aa0e9294468ee0dabf71c Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Sat, 9 Dec 2000 05:10:14 +0000 Subject: [PATCH] Don't clean vax disassembler links for "distclean". --- v7/src/compiler/Clean.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/v7/src/compiler/Clean.sh b/v7/src/compiler/Clean.sh index 4f57c5dd4..394a96c4d 100755 --- a/v7/src/compiler/Clean.sh +++ b/v7/src/compiler/Clean.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# $Id: Clean.sh,v 1.3 2000/12/08 06:15:12 cph Exp $ +# $Id: Clean.sh,v 1.4 2000/12/09 05:10:14 cph Exp $ # # Copyright (c) 2000 Massachusetts Institute of Technology # @@ -38,6 +38,11 @@ done case "${1}" in distclean | maintainer-clean) rm -f machine compiler.cbf compiler.pkg compiler.sf make.com + ;; +esac + +case "${1}" in +maintainer-clean) rm -f machines/vax/dinstr[123].scm ;; esac -- 2.25.1