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

CMake: exclude *-bba and *-chipdb targets from make all #1444

Merged
merged 1 commit into from
Jan 29, 2025

Conversation

whitequark
Copy link
Member

Due to the way CMake-generated Makefiles evaluate dependencies, this calls the .bba generation custom command twice, which then fails as they both use the same .bba.new file as an output and one of them moves it first.

This broke builds using make -j but not builds using make -j nextpnr-himbaechel-example.

Due to the way CMake-generated Makefiles evaluate dependencies, this
calls the `.bba` generation custom command twice, which then fails as
they both use the same `.bba.new` file as an output and one of them
moves it first.

This broke builds using `make -j` but not builds using
`make -j nextpnr-himbaechel-example`.
@gatecat gatecat merged commit cf9c745 into master Jan 29, 2025
16 checks passed
@gatecat gatecat deleted the catherine/fix-race branch January 29, 2025 05:58
@gatecat
Copy link
Member

gatecat commented Jan 29, 2025

Thanks for fixing this!

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