Re: [perl #49766] toplevel 'make perl6' needs dependency fixup.

2008-03-29 Thread chromatic
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

Re: [perl #49766] toplevel 'make perl6' needs dependency fixup.

2008-03-19 Thread Reini Urban
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

[perl #49766] toplevel 'make perl6' needs dependency fixup.

2008-03-18 Thread Will Coleda via RT
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.

[perl #49766] toplevel 'make perl6' needs dependency fixup.

2008-01-26 Thread Will Coleda via RT
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. >

[perl #49766] toplevel 'make perl6' needs dependency fixup.

2008-01-14 Thread via RT
# 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