X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Porting%2Fmakerel;h=415d8d6d2f60d5638c84424e48c858e137d8fa95;hb=96a925ab0077cdd24bd7d328f20be3d5373d4885;hp=0a6636e87f0758d631baaddeafe069f88647c45d;hpb=a5b1c163d928df548cbec60aa22830af0e4968d3;p=p5sagit%2Fp5-mst-13.2.git diff --git a/Porting/makerel b/Porting/makerel index 0a6636e..415d8d6 100644 --- a/Porting/makerel +++ b/Porting/makerel @@ -1,4 +1,4 @@ -#!/bin/env perl -w +#!/usr/bin/perl -w # A first attempt at some automated support for making a perl release. # Very basic but functional - if you're on a unix system. @@ -85,6 +85,7 @@ system("find t ext lib -name 'test.pl' -print | xargs chmod +x"); my @exe = qw( Configure configpm + configure.gnu embed.pl installperl installman @@ -96,8 +97,12 @@ my @exe = qw( vms/ext/Stdio/test.pl vms/ext/filespec.t x2p/*.SH - Porting/patchls + Porting/findrfuncs + Porting/genlog Porting/makerel + Porting/p4genpatch + Porting/patchls + Porting/*.pl mpeix/nm mpeix/relink ); @@ -122,13 +127,15 @@ my @writables = qw( 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 vms/perly_c.vms vms/perly_h.vms win32/Makefile - win32/Makefile.win64 win32/makefile.mk win32/config_H.bc win32/config_H.gc @@ -145,9 +152,9 @@ my @crlf = qw( README.dos README.win32 win32/Makefile - win32/Makefile.win64 win32/makefile.mk wince/Makefile.ce + wince/compile-all.bat wince/README.compile wince/README.perlce wince/registry.bat