This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e05a8c
)
remove .sha1 file as well if necessary
author
Yves Orton
<demerphq@dromedary.booking.com>
Fri, 26 Dec 2008 16:36:50 +0000
(17:36 +0100)
committer
Yves Orton
<demerphq@dromedary.booking.com>
Sat, 27 Dec 2008 10:18:09 +0000
(11:18 +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