On Wednesday 19 March 2008 06:57:46 Reini Urban wrote:
> I like the idea of make perl6 only on windows.
> make perl6.exe is just a file, make perl6 is a whole new world :)
>
> One could
>
> ifdef WINDIR
> perl6 : $(PERL6)
> endif
>
> for the GNU-style makefile on cygwin
> and with the appropriate
2008/3/19, Will Coleda via RT <[EMAIL PROTECTED]>:
> On Sat Jan 26 10:03:34 2008, coke wrote:
> > On Mon Jan 14 11:26:27 2008, coke wrote:
> > > In the top level directory, type:
> > >
> > > 'make perl6'
> > >
> > > a perl6 binary is created.
> > >
> > > now type "make perl6" again, and the
On Sat Jan 26 10:03:34 2008, coke wrote:
> On Mon Jan 14 11:26:27 2008, coke wrote:
> > In the top level directory, type:
> >
> > 'make perl6'
> >
> > a perl6 binary is created.
> >
> > now type "make perl6" again, and the binary is regenerated from the
> > step "./pbc_to_exe languages/perl6/perl6.
On Mon Jan 14 11:26:27 2008, coke wrote:
> In the top level directory, type:
>
> 'make perl6'
>
> a perl6 binary is created.
>
> now type "make perl6" again, and the binary is regenerated from the
> step "./pbc_to_exe languages/perl6/perl6.pbc" on, despite the fact
> that nothing has changed.
>
# New Ticket Created by Will Coleda
# Please include the string: [perl #49766]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=49766 >
In the top level directory, type:
'make perl6'
a perl6 binary is created.
now type "ma