[bug #63429] Escape sequence in logs are lost with -O option

2022-11-27 Thread Paul D. Smith
Update of bug #63429 (project make): Status:None => Not A Bug Open/Closed:Open => Closed ___ Follow-up Comment #1: There is no way to avo

[bug #63347] make 4.4 change in behavior for sub-make invoked via $(shell)

2022-11-27 Thread Dmitry Goncharov
Follow-up Comment #9, bug #63347 (project make): > Differences that I could spot: > - there's "rR" instead of "-rR" > - "-rR" is at the beginning not at the end > - MAKE_OPTS are part of MAKEFLAGS -- Well defined MAKEFLAGS has the following format [shortoptions] [-option with arg]... [--long opti

[bug #63347] make 4.4 change in behavior for sub-make invoked via $(shell)

2022-11-27 Thread Paul D. Smith
Follow-up Comment #10, bug #63347 (project make): The problem in the kernel build system is not related to this change; the issue can also be seen with the released GNU make 4.4 version. For example, set *MAKEFLAGS* like this in your environment before invoking the kernel build: $ export MAKEFLA

[bug #63429] Escape sequence in logs are lost with -O option

2022-11-27 Thread Paul D. Smith
Follow-up Comment #2, bug #63429 (project make): I guess you could also do this in your makefile: grep --color=$(if $(MAKE_TERMOUT),always,auto) foo $< and that should also work. ___ Reply to this item at: