RE: Better temporary Makefile patch

2001-12-13 Thread Dan Sugalski
At 04:16 PM 12/13/2001 -0600, Garrett Goebel wrote: >Okay... let me try again. > >This fixes: >o parrot/classes/Makefile.in to use double quotes >instead of single quotes with perl -e >o parrot/languages/Makefile.in to use && instead of $(MAKE) -C Applied, thanks.

RE: Better temporary Makefile patch

2001-12-13 Thread Andy Dougherty
> This fixes: > o parrot/classes/Makefile.in to use double quotes >instead of single quotes with perl -e Note that if you have to get even slightly more complicated than this, then you're better off wrapping everything up in a (possibly very small) file and just calling that. Don't forget,

RE: Better temporary Makefile patch

2001-12-13 Thread Garrett Goebel
Title: RE: Better temporary Makefile patch Okay... let me try again. This fixes: o  parrot/classes/Makefile.in to use double quotes    instead of single quotes with perl -e o  parrot/languages/Makefile.in to use && instead of $(MAKE) -C After which I can:   perl ./Configure.pl

RE: Better temporary Makefile patch

2001-12-13 Thread Garrett Goebel
From: Andy Dougherty [mailto:[EMAIL PROTECTED]] > > This patch fixes up Makefile.in to handle subdirectories > along the lines > I suggested yesterday. (The make -C trick is GNU-specific > and hence not > portable, and the cd dir; $(MAKE) trick is Unix-specific and hence not > portable.) This

Re: Better temporary Makefile patch

2001-12-13 Thread Dan Sugalski
At 09:42 AM 12/13/2001 -0500, Andy Dougherty wrote: >This patch fixes up Makefile.in to handle subdirectories along the lines >I suggested yesterday. Applied. Thanks. Dan --"it's like this"--- Dan Sugal