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

mark .depend as PHONY #16

Merged
merged 1 commit into from
May 2, 2024
Merged

mark .depend as PHONY #16

merged 1 commit into from
May 2, 2024

Conversation

wuputah
Copy link
Collaborator

@wuputah wuputah commented Apr 24, 2024

This will regenerate the .depend file with each make, which will ensure all dependencies are listed and built.

I did consider instead regenerating this file only after a clean is invoked, but I think this method is better since the contents of .depend are likely to need to be updated at arbitrary times during development. Using clean to fix a broken build should be done as little as possible.

This will regenerate the .depend file with each `make`, which will
ensure all dependencies are listed and built.
@wuputah wuputah requested review from mkaruza and Tishj April 24, 2024 18:35
@mkaruza mkaruza merged commit e55721c into main May 2, 2024
2 checks passed
@mkaruza mkaruza deleted the jd/fix-depend-clean branch May 2, 2024 06:51
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