Re: cvs commit: parrot/config/gen/makefiles perl6.in

2002-08-11 Thread Leopold Toetsch
Brent Dax wrote: > [EMAIL PROTECTED]: > # Modified:config/gen/makefiles perl6.in > # +perl6-config: ../../Makefile pconfig.pl > # + $(myperl) pconfig.pl ../../Makefile perl6-config > Bad programmer, no cookie--those slashes aren't portable to Windows. Actually it is my code ;

RE: cvs commit: parrot/config/gen/makefiles perl6.in

2002-08-10 Thread Brent Dax
Sean O'Rourke: # > # +perl6-config: ../../Makefile pconfig.pl # > # + $(myperl) pconfig.pl ../../Makefile perl6-config # > # > Bad programmer, no cookie--those slashes aren't portable to Windows. # # Color me confused on this one, since just about every # .in-file seems to use '/'. Ug

RE: cvs commit: parrot/config/gen/makefiles perl6.in

2002-08-10 Thread Sean O'Rourke
On Sat, 10 Aug 2002, Brent Dax wrote: > [EMAIL PROTECTED]: > # Modified:config/gen/makefiles perl6.in > # Log: > # grab some info for perl6 driver to generate compiled exes. > > # +perl6-config: ../../Makefile pconfig.pl > # + $(myperl) pconfig.pl ../../Makefile perl6-config

RE: cvs commit: parrot/config/gen/makefiles perl6.in

2002-08-10 Thread Brent Dax
[EMAIL PROTECTED]: # Modified:config/gen/makefiles perl6.in # Log: # grab some info for perl6 driver to generate compiled exes. # +perl6-config: ../../Makefile pconfig.pl # + $(myperl) pconfig.pl ../../Makefile perl6-config Bad programmer, no cookie--those slashes aren't port