bug-make
[Top][All Lists]
Advanced

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

[bug #60730] Emit fewer enter/leave messages with -O


From: Paul D. Smith
Subject: [bug #60730] Emit fewer enter/leave messages with -O
Date: Sat, 5 Jun 2021 11:49:13 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36

Update of bug #60730 (project make):

                  Status:                    None => Not A Bug              
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #3:

OK thanks.  FWIW I agree it's not pretty: we've sacrificed some readability on
the altar of correctness in this situation.

If we moved away from using recursive make we could introduce an internal
feature where if make knows that its the only make in the jobserver group
(e.g., it hasn't run any other make programs) it could forgo all the
enter/leave.  But it's not clear to me how common a situation it is to never
have any recursion; automake generated makefiles, that want to work with POSIX
make, pretty much have to use it and often even makefiles that are mostly
non-recursive have a recursive invocation or two at the top, just to set up
the environment in a straightforward way.

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?60730>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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