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

Auto-fill the MAKE variable. #8

Open
gregschmit opened this issue Feb 12, 2023 · 4 comments · May be fixed by #11
Open

Auto-fill the MAKE variable. #8

gregschmit opened this issue Feb 12, 2023 · 4 comments · May be fixed by #11
Assignees
Labels
good first issue Good for newcomers

Comments

@gregschmit
Copy link
Owner

We should add MAKE as a special key for the Vars struct (much like .RECIPEPREFIX and set it to however the current program was invoked.

@xadaemon
Copy link
Contributor

This one has quite a bit of detail to it, GNU docs.

extra link:
https://www.gnu.org/software/make/manual/html_node/Recursion.html

@xadaemon
Copy link
Contributor

You can assign me this one, I should have time to work on it this week

@gregschmit
Copy link
Owner Author

Awesome; thank you! Let me know if you have any questions.

@xadaemon
Copy link
Contributor

I got around to working on this one, I will implement it as the GNU docs specify, I will also add a rudimentary impl of the MAKEFLAGS variable.

xadaemon added a commit to xadaemon/omake that referenced this issue Feb 20, 2023
@xadaemon xadaemon linked a pull request Feb 20, 2023 that will close this issue
xadaemon added a commit to xadaemon/omake that referenced this issue Mar 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants