X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Porting%2Fmakerel;h=ae4364220116de8ff227f16ade221b032a283d2e;hb=48eb4d6f7d05204aa5e734e924c7236048de530c;hp=ab28206a140bac4a89dfc06944847f2e56938084;hpb=f3513db0a4ed4cd0144027ac3ca0dd9a7257bbab;p=p5sagit%2Fp5-mst-13.2.git diff --git a/Porting/makerel b/Porting/makerel index ab28206..ae43642 100644 --- a/Porting/makerel +++ b/Porting/makerel @@ -96,8 +96,14 @@ my @exe = qw( vms/ext/Stdio/test.pl vms/ext/filespec.t x2p/*.SH - Porting/patchls + Porting/findrfuncs + Porting/genlog Porting/makerel + Porting/p4d2p + Porting/p4desc + Porting/p4genpatch + Porting/patchls + Porting/*.pl mpeix/nm mpeix/relink ); @@ -117,12 +123,14 @@ my @writables = qw( global.sym pod/perlintern.pod pod/perlapi.pod - objXSUB.h perlapi.h perlapi.c ext/ByteLoader/byterun.h ext/ByteLoader/byterun.c ext/B/B/Asmdata.pm + ext/Devel/PPPort/PPPort.xs + ext/Devel/PPPort/module2.c + ext/Devel/PPPort/module3.c regnodes.h warnings.h lib/warnings.pm @@ -147,6 +155,9 @@ my @crlf = qw( win32/Makefile win32/makefile.mk wince/Makefile.ce + wince/README.compile + wince/README.perlce + wince/registry.bat ); system("perl -pi -e 's/\015*\012/\015\012/' @crlf"); print "\n";