p4raw-id: //depot/perl@16569
rm -rf lib/Encode
-rmdir lib/IO/Socket lib/IO/t lib/IO
-rmdir lib/Filter/Util lib/List lib/MIME lib/PerlIO lib/Scalar lib/Sys
- -rmdir lib/Thread lib/XS lib/threads/shared lib/threads
+ -rmdir lib/Thread lib/XS lib/threads/shared lib/threads t/lib/B
_realcleaner:
@$(LDLIBPTH) $(MAKE) _cleaner1 CLEAN=realclean
END {
1 while unlink($file);
+ rmdir($path); # not "1 while" since there might be more in there
}
__END__