bug-make
[Top][All Lists]
Advanced

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

[bug #27374] fatal error reading included makefile silently ignored


From: Michael Coleman
Subject: [bug #27374] fatal error reading included makefile silently ignored
Date: Wed, 02 Sep 2009 19:26:23 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.2) Gecko/20090803 Ubuntu/9.04 (jaunty) Shiretoko/3.5.2

URL:
  <http://savannah.gnu.org/bugs/?27374>

                 Summary: fatal error reading included makefile silently
ignored
                 Project: make
            Submitted by: mkc
            Submitted on: Wed 02 Sep 2009 02:26:22 PM CDT
                Severity: 3 - Normal
              Item Group: Bug
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
       Component Version: 3.81
        Operating System: POSIX-Based
           Fixed Release: None
           Triage Status: None

    _______________________________________________________

Details:

While including a makefile, if a fatal error (e.g., no more filehandles
available) is generated, make does not give any error or warning, even if the
include is not preceded by a '-'.

This can be reproduced like so, assuming that the top-level makefile is named
'make.bug':


include make.bug

echo ::
        @echo echoing


This will recurse until the filehandle limit is hit, then complete with no
diagnostics nor error status.

I think that an error like exceeding the filehandle limit should *always*
draw an immediate fatal error, as this is not the kind of error that should
ever be ignored.





    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?27374>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

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