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 missing makefile dependencies #64

Merged
merged 2 commits into from
Dec 6, 2024
Merged

Fix missing makefile dependencies #64

merged 2 commits into from
Dec 6, 2024

Conversation

larsks
Copy link
Contributor

@larsks larsks commented Dec 4, 2024

Parallel builds would fail because build/deps.mk would attempt to use
lib/tinycc/libtcc1.a before it was built. This commit declares a
dependency between src/embed-libtcc1.c and lib/tinycc/libtcc1.a. With
this change in place, make linux-x86 -j completes without errors.

Closes #63

larsks and others added 2 commits December 4, 2024 10:06
Parallel builds would fail because `build/deps.mk` would attempt to use
`lib/tinycc/libtcc1.a` before it was built. This commit declares a
dependency between `src/embed-libtcc1.c` and `lib/tinycc/libtcc1.a`. With
this change in place, `make linux-x86 -j` completes without errors.

Closes dyne#63
@jaromil jaromil merged commit b3763c8 into dyne:main Dec 6, 2024
13 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.

Missing dependency declarations
2 participants