Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove some remnants of x2p, which was removed by commit e5a8a0fbd7 | Steve Hay | 2015-02-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | 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. | ||||
* | 1; is not a valid no-op for /bin/sh, but true is. | Nicholas Clark | 2011-01-02 | 1 | -1/+1 |
| | | | | | b99c822f5c5b52c3 was not actually correct in identify the cause of the errors. (although still a valid change to make for the sake of consistency) | ||||
* | chmod +x metaconfig.SH. | Nicholas Clark | 2011-01-02 | 1 | -0/+0 |
| | | | | | Otherwise ./Configure -S generates a diagnostic, as it expects to be able to execute it. | ||||
* | Move metaconfig control comments into its own files | H.Merijn Brand | 2010-12-21 | 1 | -0/+32 |