Hello,

I have the following makefile:

---8<---
BINARY=01234567890123456789.exe
SOURCES:= \
        01234567890123456789012345678901234567890123456789 \
        01234567890123456789012345678901234567890123456789 \
        01234567890123456789012345678901234567890123456789 \
        01234567890123

all: $(BINARY) 

define rule
01234567890123456789.exe: $(SOURCES)
endef
$(eval $(rule))
--->8---

It fails with the following error:

---8<---
make: *** virtual memory exhausted.  Stop.
--->8---

I believe this is a bug. Can other people confirm that it fails on
other builds / distributions? (I'm using Cygwin make 3.80-1).

Thanks,

Barry


_______________________________________________
Make-w32 mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/make-w32

Reply via email to