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:
44221b2
)
Remove lib/Hash directory when doing make distclean
author
Rafael Garcia-Suarez
<rgarciasuarez@gmail.com>
Thu, 16 Feb 2006 12:47:13 +0000
(12:47 +0000)
committer
Rafael Garcia-Suarez
<rgarciasuarez@gmail.com>
Thu, 16 Feb 2006 12:47:13 +0000
(12:47 +0000)
p4raw-id: //depot/perl@27201
Makefile.SH
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.SH
b/Makefile.SH
index
e45d66c
..
8f03e30
100644
(file)
--- a/
Makefile.SH
+++ b/
Makefile.SH
@@
-1055,8
+1055,8
@@
_cleaner2:
rm -f lib/ExtUtils/ParseXS/t/XSTest$(DLSUFFIX)
-rmdir lib/B lib/Data lib/CompressPlugin lib/UncompressPlugin
-rmdir lib/Filter/Util lib/IO/Socket lib/IO/Compress lib/IO/Uncompress
- -rmdir lib/List lib/MIME lib/Scalar lib/Sys
- -rmdir lib/threads lib/XS
+ -rmdir lib/List lib/MIME lib/Scalar lib/Sys
+ -rmdir lib/threads lib/XS
lib/Hash
_realcleaner:
@$(LDLIBPTH) $(MAKE) _cleaner1 CLEAN=realclean