[bug #39146] Indicate error upon termination in case of parallel jobs

2022-06-03 Thread Scott McPeak
Follow-up Comment #1, bug #39146 (project make): I want to reinforce the need for a feature like this and suggest a slightly different output. Currently (GNU make 4.3), when run with -j[N], if there is an error, the output looks like this: $ make -j ... make: *** [Makefile:: ] Error make: *** W

[bug #62575] Garbled ANSI color codes in Cygwin mintty

2022-06-03 Thread Eli Zaretskii
Follow-up Comment #4, bug #62575 (project make): AFAIK, ENABLE_VIRTUAL_TERMINAL_PROCESSING is supported only since Windows 10, so using it unconditionally is out of the question. Moreover, I don't understand why should Make do anything about that , instead of leaving it to the user to set up the

[bug #62575] Garbled ANSI color codes in Cygwin mintty

2022-06-03 Thread Paul D. Smith
Follow-up Comment #3, bug #62575 (project make): Just to clarify: Stephan is running make with the -O option. It may have escaped your notice Gisle. Any testing of the problem reported needs to use that option as well, or you won't see the issue I'm sure. __

[bug #62575] Garbled ANSI color codes in Cygwin mintty

2022-06-03 Thread Gisle Vanem
Follow-up Comment #2, bug #62575 (project make): > sh -c 'clang -fansi-escape-codes -fcolor-diagnostics' Why this when `clang` is giving nice colours w/o any problems on Windows anyway? Please do not add this patch without checking that the `ENABLE_VIRTUAL_TERMINAL_PROCESSING` works. And it doe

[bug #62575] Garbled ANSI color codes in Cygwin mintty

2022-06-03 Thread Paul D. Smith
Update of bug #62575 (project make): Operating System:None => MS Windows ___ Follow-up Comment #1: I'll have to let @eliz comment on whether this should be enabled for all Windows builds, or not.

[bug #62575] Garbled ANSI color codes in Cygwin mintty

2022-06-03 Thread Stephan Bergmann
URL: Summary: Garbled ANSI color codes in Cygwin mintty Project: make Submitter: sberg Submitted: Fri 03 Jun 2022 01:24:26 PM UTC Severity: 3 - Normal Item Group: