Re: make: *** virtual memory exhausted. Stop.

2003-06-22 Thread Ted Stern
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

make: *** virtual memory exhausted. Stop.

2003-06-22 Thread Fabio Alemagna
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

Re: make is deleting the c files created during compilation

2003-06-22 Thread Sam Ravnborg
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

make is deleting the c files created during compilation

2003-06-22 Thread J. Grant
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