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

fix: quote recursive calls to make #133

Merged
merged 1 commit into from
Aug 3, 2023
Merged

Conversation

ginglis13
Copy link
Contributor

Issue #, if available:

Description of changes:

$(MAKE) is used for calling make recursively. On a Windows machine, make might be at some location containing a space or special character, like /c/Program Files (x86)/GnuWin32/bin/make . Wrap in quotes as "$(MAKE)" to prevent errors.

Testing done:

make on macOS and Windows.

  • I've reviewed the guidance in CONTRIBUTING.md

License Acceptance

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

$(MAKE) is used for calling `make` recursively. On a Windows machine,
`make` might be at some location containing a space or special
character, like /c/Program Files (x86)/GnuWin32/bin/make . Wrap in
quotes as "$(MAKE)" to prevent errors.

Signed-off-by: Gavin Inglis <[email protected]>
@ginglis13 ginglis13 merged commit 1b7aeb2 into runfinch:main Aug 3, 2023
2 of 6 checks passed
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

Successfully merging this pull request may close these issues.

2 participants