bug-make
[Top][All Lists]
Advanced

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

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


From: Paul D. Smith
Subject: [bug #63347] make 4.4 change in behavior for sub-make invoked via $(shell)
Date: Sun, 27 Nov 2022 10:00:15 -0500 (EST)

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 MAKEFLAGS=-I/usr/local/mk

or this:

$ export MAKEFLAGS=-Orecurse


If you use vanilla GNU make 4.4 without this patch, this will force the kernel
into "silent mode".

Basically any flag that (a) uses a single-letter option to introduce it (so it
won't be caught by the kernel build environment's --% filter) and (b) contains
an "s", will cause this problem.

The best way to check GNU make single-letter command line flags is described
in the GNU make manual:
https://www.gnu.org/software/make/manual/make.html#Testing-Flags



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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