What does your system and relevant software look like?
After evaluating `$(shell ...)` or even `$(warning ...)` expressions, Make will not react anymore on updates to `MAKEFLAGS`
Consider investigating alternatives at `mk` level. Will be harder/impossible at `build.mk` level.
What were you trying to do (and why)?
Trying to set MAKEFLAGS += --no-print-directory after including mk/common.dist.inc.mk.
What happened?
Doesn't work, still prints Entering directory ... to stdout.
Please verify that you've followed these steps.
What does your system and relevant software look like?
What were you trying to do (and why)?
Trying to set
MAKEFLAGS += --no-print-directory
after includingmk/common.dist.inc.mk
.What happened?
Doesn't work, still prints
Entering directory ...
to stdout.What did you expect to happen?
Expected silence.
Step-by-step reproduction instructions.
No response
What alternatives are there?
No response