Skip to content

Fix Ninja build failure by escaping $(MAKE) in Yosys build command #3165

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

Merged
merged 3 commits into from
Jun 26, 2025

Conversation

soheilshahrouz
Copy link
Contributor

Fixes a Ninja build error caused by unescaped $(MAKE) in the Yosys build command. Ninja treats $ as a variable escape, so the line now sets MAKE_PROGRAM to $$MAKE.

Copy link
Contributor

@AlexandreSinger AlexandreSinger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks for finding this.

@AlexandreSinger AlexandreSinger merged commit 22967ba into master Jun 26, 2025
33 checks passed
@AlexandreSinger AlexandreSinger deleted the temp_fix_ninja_error branch June 26, 2025 01:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants