Re: [PATCH] pmc2c2
[email protected] (Nicholas Clark) Wed, 11 May 2005 12:34:53 +0100
| Newsgroups | perl.ponie.dev |
|---|---|
| Message-ID | <[email protected]> |
On Wed, May 11, 2005 at 09:19:54AM +0800, Autrijus Tang wrote:
> As of 2005-04-20, pmc2c2.pl is now pmc2c.pl in parrot tree.
>
> This is against:
>
> http://svn.perl.org/ponie/cvs/trunk/
That's way out of date. I'm not sure who runs it, but (sadly) you're going
to have to pull from CVS for the moment.
> Index: write_makefile.pl
> ===================================================================
> --- write_makefile.pl (revision 212)
> +++ write_makefile.pl (working copy)
> @@ -43,7 +43,7 @@
> $Config{ranlib} \$\@
>
> perl5pmcs.c: $alldumps;
> - \$(PERL) $parrotdir/classes/pmc2c2.pl --library perl5pmcs --c $allpmcs
> + \$(PERL) $parrotdir/build_tools/pmc2c.pl --library perl5pmcs --c $allpmcs
>
> perl5pmcs$Config{_o}: perl5pmcs.c
> perl5pmcs.h: perl5pmcs.c
> @@ -61,10 +61,10 @@
> print <<"EOSNIP";
>
> perl5$_.dump: perl5$_.pmc
> - \$(PERL) $parrotdir/classes/pmc2c2.pl --include=../src/pmc --dump perl5$_.pmc
> + \$(PERL) $parrotdir/build_tools/pmc2c.pl --include=../src/pmc --dump perl5$_.pmc
>
> perl5$_.c: $alldumps
> - \$(PERL) $parrotdir/classes/pmc2c2.pl --c perl5$_.pmc
> + \$(PERL) $parrotdir/build_tools/pmc2c.pl --c perl5$_.pmc
>
> perl5$_$Config{_o}: perl5$_.c
> EOSNIP
I did this a while back - the current version of write_makefile.pl is
# $Id: write_makefile.pl,v 1.13 2005/05/03 10:55:34 nicholas Exp $
Nicholas Clark