From: Chris Hanson Date: Wed, 6 Dec 2000 05:54:55 +0000 (+0000) Subject: Move knowledge about doing "maintainer-clean" into script in microcode X-Git-Tag: 20090517-FFI~3125 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=5ead8e511780ee4f7af4a4088a97fd56190d9b2d;p=mit-scheme.git Move knowledge about doing "maintainer-clean" into script in microcode directory. --- diff --git a/v7/src/microcode/Mclean.sh b/v7/src/microcode/Mclean.sh index 760d97d20..0dcf6be7b 100755 --- a/v7/src/microcode/Mclean.sh +++ b/v7/src/microcode/Mclean.sh @@ -1,6 +1,6 @@ #!/bin/sh -# $Id: Mclean.sh,v 1.2 2000/12/06 05:54:17 cph Exp $ +# $Id: Mclean.sh,v 1.3 2000/12/06 05:54:55 cph Exp $ # # Copyright (c) 2000 Massachusetts Institute of Technology # @@ -21,4 +21,4 @@ # Program to do "maintainer-clean" rule. test ! -f Makefile && test -f configure && ./configure -test -f Makefile && make maintainer-clean +test ! -f Makefile || make maintainer-clean