ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/staticperl/perl-cleanup
Revision: 1.2
Committed: Thu Jun 30 15:22:25 2005 UTC (18 years, 11 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +4 -0 lines
Log Message:
*** empty log message ***

File Contents

# Content
1 #!/bin/sh
2
3 rm -rf x2p Changes* README* h2pl Todo.micro ext/Devel/PPPort ext/Devel/DProf
4 rm -rf emacs mint mpeix os2 plan9 pod qnx t NetWare Porting
5 rm -rf Cross beos jpl apollo djgpp cygwin epoc uts vmesa vms vos win32 wince utils
6
7 find . -name "*.pod" | xargs rm
8 find . -name t | xargs rm -rf
9 find lib -name "*.t" | xargs rm
10
11 : >MANIFEST