Move knowledge about doing "maintainer-clean" into script in microcode
authorChris Hanson <org/chris-hanson/cph>
Wed, 6 Dec 2000 05:54:55 +0000 (05:54 +0000)
committerChris Hanson <org/chris-hanson/cph>
Wed, 6 Dec 2000 05:54:55 +0000 (05:54 +0000)
directory.

v7/src/microcode/Mclean.sh

index 760d97d204860012aed8a9f128e73a105a16b630..0dcf6be7b68522eab5e640fce6830ddf151d0e6f 100755 (executable)
@@ -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