diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1999-07-04 22:39:23 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-07-04 22:39:23 +0000 |
commit | f6b3007c38a92f48d086a19ea8682dd935b6d4ee (patch) | |
tree | 34b06be11b8bc4a8d3028149e890aac13fcfce33 /Porting | |
parent | efeaa891beb26deace23d0f0d79d1dabb1e7e0a1 (diff) | |
download | perl-f6b3007c38a92f48d086a19ea8682dd935b6d4ee.tar.gz |
Integrate with mainperl.
p4raw-id: //depot/cfgperl@3576
Diffstat (limited to 'Porting')
-rw-r--r-- | Porting/makerel | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/Porting/makerel b/Porting/makerel index 46f88fb0fb..ea99c67a69 100644 --- a/Porting/makerel +++ b/Porting/makerel @@ -106,6 +106,27 @@ my @exe = qw( ); system("chmod +x @exe"); +my @writables = qw( + embed.h + embedvar.h + ext/B/B/Asmdata.pm + ext/ByteLoader/byterun.c + ext/ByteLoader/byterun.h + global.sym + keywords.h + lib/warning.pm + objXSUB.h + opcode.h + pp.sym + pp_proto.h + regnodes.h + warning.h + win32/config_H.bc + win32/config_h.gc + win32/config_H.vc +); +system("chmod +w @writables"); + print "Adding CRs to DOSish files...\n"; my @crlf = qw( djgpp/configure.bat |