summaryrefslogtreecommitdiff
path: root/README.os390
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2015-02-18 08:26:36 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2015-02-18 08:26:36 +0000
commitc67aee7a0ec313b3a0ea285a77b3cda5496f4e17 (patch)
tree485e6c533cc20e9a89de5cfe839ca1b7530e5d56 /README.os390
parent7d78c51a505cbafa404de787e640a4ad76839a16 (diff)
downloadperl-c67aee7a0ec313b3a0ea285a77b3cda5496f4e17.tar.gz
Remove some remnants of x2p, which was removed by commit e5a8a0fbd7
References to PERL_FOR_X2P probably have to stay in case any third-party code is #defining it. Likewise, NO_PERL_TYPEDEFS in vms/vmsish.h has to stay because it actually is used by App::a2p. Cross/Makefile.SH.patch still needs regenerating since it contains references to x2p in the top-level Makefile.SH which were removed by e5a8a0fbd7. A few other references to x2p/a2p/find2p/s2p still remain, which I am less sure about removing, plus some others in documentation which should stay anyway.
Diffstat (limited to 'README.os390')
-rw-r--r--README.os3902
1 files changed, 1 insertions, 1 deletions
diff --git a/README.os390 b/README.os390
index 645d10e40d..61fd6674d7 100644
--- a/README.os390
+++ b/README.os390
@@ -132,7 +132,7 @@ is nothing to worry about at all.
Some of the parser default template files in /samples are needed in /etc.
In particular be sure that you at least copy /samples/yyparse.c to /etc
before running Perl's Configure. This step ensures successful extraction
-of EBCDIC versions of parser files such as perly.c, perly.h, and x2p/a2p.c.
+of EBCDIC versions of parser files such as perly.c and perly.h.
This has to be done before running Configure the first time. If you failed
to do so then the easiest way to re-Configure Perl is to delete your
misconfigured build root and re-extract the source from the tar ball.