Re: [perl #40225] Making Makefiles...

2006-08-23 Thread Will Coleda
On Aug 23, 2006, at 4:10 PM, Joshua Hoblitt wrote: On Wed, Aug 23, 2006 at 02:24:45PM -0400, Will Coleda wrote: To sum up: for now, I'm working on being able to support: $(addprefix runtime/builtin,$(notdir $(wildcard languages/tcl/ runtime/builtin/*.pir))) Which looks like gmake, but will

Re: [perl #40225] Making Makefiles...

2006-08-23 Thread Joshua Hoblitt
On Wed, Aug 23, 2006 at 02:24:45PM -0400, Will Coleda wrote: > > To sum up: for now, I'm working on being able to support: > > $(addprefix runtime/builtin,$(notdir $(wildcard languages/tcl/ > runtime/builtin/*.pir))) > > Which looks like gmake, but will be expanded at config time: once we >

Re: [perl #40225] Making Makefiles...

2006-08-23 Thread Will Coleda
On Aug 23, 2006, at 1:46 PM, Leopold Toetsch via RT wrote: Am Mittwoch, 23. August 2006 16:38 schrieb Will Coleda: I'd like to add a few features to the genfile() code when generating makefiles... A general note: instead of inventing more and more custom make extensions, which all needs p

Re: [perl #40225] Making Makefiles...

2006-08-23 Thread Leopold Toetsch
Am Mittwoch, 23. August 2006 16:38 schrieb Will Coleda: > I'd like to add a few features to the genfile() code when generating > makefiles... A general note: instead of inventing more and more custom make extensions, which all needs post-processing, I'm proposing to use a few needed gmake exten

Re: [perl #40225] Making Makefiles...

2006-08-23 Thread Will Coleda
This was not intended to be a bug report. I blame my mailer. =-) Feedback still welcome, might as well leave it as a ticket now.

[perl #40225] Making Makefiles...

2006-08-23 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #40225] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=40225 > I'd like to add a few features to the genfile() code when generating makefiles... 1)