PATCH: virtual memory exhausted when xmalloc(0) returns 0

2005-03-09 Thread John Jenniskens
Hello, Given the following very small makefile: all: @echo TEST Succesfull!! make-3.80 with --no-builtin-rules fails: /home/huminf/johnj make --no-builtin-rules -f test.mak make: *** virtual memory exhausted. Stop. This occurs on platforms where malloc(0) returns 0. I've found

Re: some snippets from make381

2005-03-09 Thread Paul D. Smith
%% Markus Mauhart [EMAIL PROTECTED] writes: mm during some long ago experiments with make381beta1 sources I've mm gathered some questionable code snippets, some maybe bugs, but mm didnt find the time to discuss them, now I thought better now mm than even later. Thanks Markus. You don't