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 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

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 make