-
Notifications
You must be signed in to change notification settings - Fork 83
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 drops leading "-" in 4.3 release #2
Comments
@madscientist is it ok if I look into this, or is it intended behavior? |
This is how it's supposed to work, and has always worked since the dawn of time. When considering stuff like this it's always best to check the docs first; they are not always accurate but usually they are: https://www.gnu.org/software/make/manual/html_node/Options_002fRecursion.html |
Just to be clear, it's wrong to include
In short, when used to pass values to a recursive invocation of make the value of |
@madscientist then this might be an XY problem. posted a stack question here: relay make to remote box |
@madscientist and thanks for the advice. Learning is a pell mell experience these days, has been a long time since I've looked at docs patiently, but make has earned that 👍 |
Minimal example of the issue:
Command line:
When passing to submake, I have the following problem: suppose there are no makeflags?
The text was updated successfully, but these errors were encountered: