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

Skip shell substitution #3

Merged
merged 2 commits into from
Feb 16, 2023
Merged

Skip shell substitution #3

merged 2 commits into from
Feb 16, 2023

Conversation

tonious
Copy link
Contributor

@tonious tonious commented Feb 16, 2023

I came here from ReedTripRadio. I ran into some errors while trying to compile on both MacOS and Raspbian, and it looks like other users have as well. It looks like make was getting confused with string and shell substitution.

This PR simplifies things by using make's internal string functions where possible. This works around the above compile errors and is more readable(IMHO).

This should keep all of the path logic in gmake.  This fixes an issue
with uni-STC failing on MacOS and Ubuntu.
This commit separates build tree creation from dependency file creation.
It also uses internal make functions over shelling out for loops.
@area-8051 area-8051 merged commit 39b1ee5 into area-8051:main Feb 16, 2023
@area-8051
Copy link
Owner

Merged, thanks a lot! :)

@tonious tonious deleted the skip_shell_substitution branch February 16, 2023 21:28
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