ysoftwareab / yplatform

Self-service bootstrap/build/CI/CD. Software and configuration that supports various cycles of software development.
Apache License 2.0
19 stars 7 forks source link

MAKEFLAGS cannot be changed #275

Open andreineculau opened 1 year ago

andreineculau commented 1 year ago

Please verify that you've followed these steps.

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