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

Automatically handle setting make variables #57

Open
deciduously opened this issue Apr 23, 2024 · 0 comments
Open

Automatically handle setting make variables #57

deciduously opened this issue Apr 23, 2024 · 0 comments
Assignees

Comments

@deciduously
Copy link
Member

Our current builders allow setting environment variables before invoking make. Any variables set this way will become make variables if no other setting exists in the makefile. However, if the makefile sets the value of a variable, it will not inherit from the environment and instead only use that setting.

To override these, the desired value must be passed as an argument to make: make MYVAR="val", not MYVAR="val" make.

Provide a convenient way to construct make invocations which explicitly pass values as overrides in addition to setting them in the environment.

@deciduously deciduously self-assigned this Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant