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

Makefile error message about missing DEVKITARM/WONDERFUL_TOOLCHAIN is not displayed correctly #61

Closed
LunarLambda opened this issue Jan 8, 2024 · 2 comments

Comments

@LunarLambda
Copy link

LunarLambda commented Jan 8, 2024

Line 10 in butano.mak should not be indented, or be indented using spaces.

When Make encounters a tab-indented $(...), it tries to parse it as part of a recipe, resulting in the error message recipe commences before first target being shown, instead of the message about the missing environment variables.

Only "directives" like conditionals, includes, and variable assignments can be indented (with tab, indenting with spaces is fine outside of recipes). See GNU Make Error Messages.

@GValiente
Copy link
Owner

Fixed, I hope: 343c48f

Thanks for the issue.

@GValiente
Copy link
Owner

I'll close this issue.

Please feel free to create a new one if you need it.

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

2 participants