Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MAKEFLAGS cannot be changed #275

Open
4 tasks
andreineculau opened this issue Apr 9, 2023 · 0 comments
Open
4 tasks

MAKEFLAGS cannot be changed #275

andreineculau opened this issue Apr 9, 2023 · 0 comments
Labels
bug Something isn't working component:make

Comments

@andreineculau
Copy link
Member

Please verify that you've followed these steps.

  • I opened a new shell.
  • I ran: make bootstrap
  • I ran: make nuke all
  • I ran: make doctor

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

@andreineculau andreineculau added bug Something isn't working component:make labels Apr 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working component:make
Projects
Status: Todo
Development

No branches or pull requests

1 participant