diff options
author | Nicholas Clark <nick@ccl4.org> | 2007-11-20 16:59:49 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2007-11-20 16:59:49 +0000 |
commit | e9e0c7d0b2a1ee40990c1a0b448b0bdc5d1d294c (patch) | |
tree | 0e39a42f41360d6454c8dc83772b90733083ff34 /Porting/makerel | |
parent | 99d50c9cc9ff711b22da2b2efc0a05f25b870ee6 (diff) | |
download | perl-e9e0c7d0b2a1ee40990c1a0b448b0bdc5d1d294c.tar.gz |
Update the files that need to be read/write in makerel, removing one
exterminated file, one file that is now a dummy, and adding in various
files that are actually read/write because they are regenerated from
source files. Change the type of regcharclass.h to read/write in
Perforce as it is auto-generated. (And all other auto-generated files
are read/write. There's some irony here - the only read/write files
are the ones you shouldn't edit. All the ones you can edit are read
only.)
p4raw-id: //depot/perl@32427
Diffstat (limited to 'Porting/makerel')
-rw-r--r-- | Porting/makerel | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Porting/makerel b/Porting/makerel index 9310ebe09e..6412f2e674 100644 --- a/Porting/makerel +++ b/Porting/makerel @@ -118,14 +118,18 @@ my @writables = qw( embed.h embedvar.h global.sym + overload.c + overload.h pod/perlintern.pod pod/perlapi.pod + pod/perltoc.pod perlapi.h perlapi.c - ext/B/B/Asmdata.pm - ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c ext/Devel/PPPort/module3.c + reentr.c + reentr.h + regcharclass.h regnodes.h warnings.h lib/warnings.pm |