bug-make
[Top][All Lists]
Advanced

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

-Otarget + ncurses applications


From: Ben Boeckel
Subject: -Otarget + ncurses applications
Date: Mon, 26 Oct 2015 21:36:38 -0400
User-agent: Mutt/1.5.24 (2015-08-30)

Hi,

I have GNUMAKEFLAGS=-Otarget in my environment because it is way more
useful to have output to have some structure. However, there is a
problem in that this breaks ncurses applications in recipes (e.g., make
menuconfig).

The way Ninja has solved this is with the "console" pool which indicates
that the rule should not run with any other rule in parallel and that it
needs exclusive access to the terminal.

Could some special rule be added to indicate that rules need these
requirements? Something like:

    .CONSOLE: menuconfig

perhaps?

It also seems that MAKE_TERMERR and MAKE_TERMOUT are kind-of lies with
-O.

Please keep me CC'd; I am not subscribed.

Thanks,

--Ben



reply via email to

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