Recursive implicit rule chain sometimes works

2014-11-19 Thread Luke Goodsell
$ make --version GNU Make 3.81 Copyright (C) 2006 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. This program built for x86_64-pc-linux-gnu Hi, Using the above v

RE: Recursive implicit rule chain sometimes works

2014-11-19 Thread Luke Goodsell
inier Post [mailto:reinp...@win.tue.nl] Sent: 19 November 2014 14:53 To: Luke Goodsell Cc: help-make@gnu.org Subject: Re: Recursive implicit rule chain sometimes works On Wed Nov 19 13:51:44 2014, luke.goods...@ogt.com (Luke Goodsell) wrote: > $ make --version > GNU Make 3.81 > Copyright (C)

.SECONDARY appears to hang make 4.0 in specific Makefile

2014-11-28 Thread Luke Goodsell
$ make --version GNU Make 4.0 Built for x86_64-pc-linux-gnu Copyright (C) 1988-2013 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent per

Recursive implicit rules without explicit intermediates?

2015-01-15 Thread Luke Goodsell
Hi, Thanks in advance for taking the time to read and reply to my email. $ make --version GNU Make 4.0 Built for x86_64-pc-linux-gnu Abstract: I'm writing a template makefile for performing similar - but different - computational biology pipelines and am encountering an issue with recursive i

RE: Recursive implicit rules without explicit intermediates?

2015-01-16 Thread Luke Goodsell
for Next Generation Sequencing is posted at: https://github.com/lindenb/ngsxml I also use apache velocity + json to generate my makefiles with https://github.com/lindenb/jsvelocity Pierre L > -- > > Message: 2 > Date: Thu, 15 Jan 2015 12:15:29 + > From:

RE: Recursive implicit rules without explicit intermediates?

2015-01-16 Thread Luke Goodsell
NTERMEDIATE: $(INTERMEDIATES) On Thu, Jan 15, 2015 at 4:15 AM, Luke Goodsell wrote: > Hi, > > Thanks in advance for taking the time to read and reply to my email. > > $ make --version > GNU Make 4.0 > Built for x86_64-pc-linux-gnu > > Abstract: > > I'm w

RE: Recursive implicit rules without explicit intermediates?

2015-01-16 Thread Luke Goodsell
essage- From: help-make-bounces+luke.goodsell=ogt@gnu.org [mailto:help-make-bounces+luke.goodsell=ogt@gnu.org] On Behalf Of Luke Goodsell Sent: 16 January 2015 10:47 To: Nicholas Clark; help-make@gnu.org Subject: RE: Recursive implicit rules without explicit intermediates? Hi Nicholas, Hi Nic