projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
1e05a8c
)
remove .sha1 file as well if necessary
Yves Orton [Fri, 26 Dec 2008 16:36:50 +0000 (17:36 +0100)]
Makefile.SH
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.SH
b/Makefile.SH
index
2fe292e
..
c746aed
100644
(file)
--- a/
Makefile.SH
+++ b/
Makefile.SH
@@
-1219,6
+1219,7
@@
_tidy:
-cd utils; $(LDLIBPTH) $(MAKE) clean
-cd x2p; $(LDLIBPTH) $(MAKE) clean
-rm .patchnum
+ -rm .sha1
-@for x in $(DYNALOADER) $(dynamic_ext) $(static_ext) $(nonxs_ext) ; do \
$(LDLIBPTH) sh ext/util/make_ext clean $$x MAKE=$(MAKE) ; \
done