projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02e3c71
)
Move knowledge about doing "maintainer-clean" into script in microcode
author
Chris Hanson
<org/chris-hanson/cph>
Wed, 6 Dec 2000 05:54:55 +0000
(
05:54
+0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Wed, 6 Dec 2000 05:54:55 +0000
(
05:54
+0000)
directory.
v7/src/microcode/Mclean.sh
patch
|
blob
|
history
diff --git
a/v7/src/microcode/Mclean.sh
b/v7/src/microcode/Mclean.sh
index 760d97d204860012aed8a9f128e73a105a16b630..0dcf6be7b68522eab5e640fce6830ddf151d0e6f 100755
(executable)
--- 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