diff options
author | Nicholas Clark <nick@ccl4.org> | 2010-11-28 17:15:58 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2010-11-28 17:18:45 +0000 |
commit | fbcaf61123069fe46010699dd41ca5f60f448361 (patch) | |
tree | bed07724daa52b9f6741f74cb245a2a1507a519c /Porting | |
parent | 603928ea21886dfb891e73164afc6b81c2793547 (diff) | |
download | perl-fbcaf61123069fe46010699dd41ca5f60f448361.tar.gz |
Generate perlmain.c using ExtUtils::Miniperl, instead of writemain.SH.
This allows writemain.SH to be removed. This also has the side effect of testing
that ExtUtils::Miniperl actually works. :-)
Diffstat (limited to 'Porting')
-rw-r--r-- | Porting/exec-bit.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Porting/exec-bit.txt b/Porting/exec-bit.txt index 047b4bcb22..5e0f1e0645 100644 --- a/Porting/exec-bit.txt +++ b/Porting/exec-bit.txt @@ -21,7 +21,6 @@ regen/embed.pl regen/keywords.pl regen/opcode.pl runtests.SH -writemain.SH t/TEST vms/ext/filespec.t x2p/Makefile.SH |