On 22 Jun 2003, Fabio Alemagna wrote:
> That happens when using a construct like this:
>
> define function
> target: very long dependency list
> whatever
> endef
>
> and then passign that to $(eval) trough $(call). By reading the ml
> archives I got to know that this is a pret
That happens when using a construct like this:
define function
target: very long dependency list
whatever
endef
and then passign that to $(eval) trough $(call). By reading the ml
archives I got to know that this is a pretty old bug, which should have
supposedly been fixed
On Sun, Jun 22, 2003 at 04:15:13PM +0100, J. Grant wrote:
> Hello,
>
> I'm experiencing an odd effect using GNU Make version 3.79.1.
>
> When the file created during the execution of the makefile is deleted
> based on this line "$(BMP2C) $< $(*F) > $@" in the Makefile below.
>
> Does make have
Hello,
I'm experiencing an odd effect using GNU Make version 3.79.1.
When the file created during the execution of the makefile is deleted
based on this line "$(BMP2C) $< $(*F) > $@" in the Makefile below.
Does make have a rule that "deletes all files cat into automated
filenames" on exit or s