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 getall failure with MMTk dependency #57038

Merged
merged 1 commit into from
Jan 14, 2025

Conversation

qinsoon
Copy link
Contributor

@qinsoon qinsoon commented Jan 13, 2025

This PR fixes #57002. The current makefile checks if MMTK_JULIA_DIR points to $(BUILDROOT)/usr/lib/mmtk_julia and defines the rule get-mmtk_julia if the condition is met. For non-mmtk builds (e.g. make -C deps getall), MMTK_JULIA_DIR is not defined, thus get-mmtk_julia is not defined. This PR moves the rule get-mmtk_julia outside the condition so it always exists.

@qinsoon
Copy link
Contributor Author

qinsoon commented Jan 13, 2025

@d-netto @nickrobinson251

Copy link
Member

@d-netto d-netto left a comment

Choose a reason for hiding this comment

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

make -C deps getall works now 👍.

@d-netto d-netto merged commit 3ba504a into JuliaLang:master Jan 14, 2025
5 of 7 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.

MMTk PR broke Makefile target used to retrieve all deps
2 participants