help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Too many open files


From: Noel Yap
Subject: Too many open files
Date: Wed, 30 Jun 2004 14:09:37 -0400
User-agent: Mozilla Thunderbird 0.5 (Windows/20040212)

Given the following makefile:

# GNUaoeu.mk
include GNUaoeu.mk

.PHONY: all
all:

The output is:
$ gmake -f GNUaoeu.mk
GNUaoeu.mk:1: GNUaoeu.mk: Too many open files
gmake: Nothing to be done for `all'.


I think it would be better if the "Too many open files" actually bombed out the build 
(possibly even with the "***" make error prefix) rather than allowing it to continue to 
process the all: target.  Does this make sense?

Thanks,
Noel




reply via email to

[Prev in Thread] Current Thread [Next in Thread]