[perl #65006] mingw32-make realclean doesn't clean everything

2009-04-27 Thread webmas...@cosmicperl.com via RT
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

Re: [perl #65006] mingw32-make realclean doesn't clean everything

2009-04-27 Thread Patrick R. Michaud
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 makefile

Re: [perl #65006] mingw32-make realclean doesn't clean everything

2009-04-27 Thread jerry gay
On Mon, Apr 27, 2009 at 08:02, Patrick R. Michaud pmich...@pobox.com 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:-

[perl #65006] mingw32-make realclean doesn't clean everything

2009-04-23 Thread webmas...@cosmicperl.com (via RT)
# New Ticket Created by webmas...@cosmicperl.com # Please include the string: [perl #65006] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=65006 I've tested and produced these results on:- Vista32, ActivePerl 5.10