On Mon, Apr 27, 2009 at 08:02, Patrick R. Michaud wrote:
> On Sun, Apr 26, 2009 at 07:04:28AM -0700, webmas...@cosmicperl.com via RT
> wrote:
>> Infinoid helped me track the problem down to * being escaped on some of
>> the directories for the cleanup. So things like:-
>> $(PMC_DIR)\*.h
>> Need t
On Sun, Apr 26, 2009 at 07:04:28AM -0700, webmas...@cosmicperl.com via RT wrote:
> Infinoid helped me track the problem down to * being escaped on some of
> the directories for the cleanup. So things like:-
> $(PMC_DIR)\*.h
> Need to be:-
> $(PMC_DIR)\\*.h
>
> Parrot already does this in it's make
Infinoid helped me track the problem down to * being escaped on some of
the directories for the cleanup. So things like:-
$(PMC_DIR)\*.h
Need to be:-
$(PMC_DIR)\\*.h
Parrot already does this in it's makefile on Win32 so doesn't have this
issue. I've attached a patch that fixes things.
Lyle
000
# New Ticket Created by webmas...@cosmicperl.com
# Please include the string: [perl #65006]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=65006 >
I've tested and produced these results on:-
Vista32, ActivePerl 5.10
Vista64