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

Add VPATH to help make find prerequisites #13

Merged
merged 1 commit into from
Jul 21, 2024
Merged

Conversation

tobhe
Copy link
Contributor

@tobhe tobhe commented Jul 21, 2024

Currently make instructions will fail to detect if depencies are already built and always rebuild everything because it only searches for files in the project root while our build products end up in build/ or images/.

Use VPATH to add those two directories as search paths as documented at https://www.gnu.org/software/make/manual/html_node/General-Search.html

Currently make instructions will fail to detect if depencies are already
built and always rebuild everything because it only searches for files
in the project root while our build products end up in build/ or images/.

Use VPATH to add those two directories as search paths as documented at
https://www.gnu.org/software/make/manual/html_node/General-Search.html
Copy link
Member

@lleyton lleyton left a comment

Choose a reason for hiding this comment

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

Nice catch!

@lleyton lleyton merged commit bd7d333 into FyraLabs:main Jul 21, 2024
2 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.

2 participants