You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
What did you expect to happen?
Expected silence.
Step-by-step reproduction instructions.
No response
What alternatives are there?
No response
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: