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 incremental builds using make #268

Merged
merged 1 commit into from
Feb 20, 2025
Merged

Conversation

nirs
Copy link
Contributor

@nirs nirs commented Feb 18, 2025

Add .PHONY to to the release and debug library targets so running make does the right thing after changing the source.

It is possible to use cargo directly, but this means a developer need to also run the more commands manually for each build which is error prone.

Add .PHONY to to the release and debug library targets so running make
does the right thing after changing the source.

It is possible to use cargo directly, but this means a developer need to
also run the more commands manually for each build which is error prone.

Signed-off-by: Nir Soffer <[email protected]>
@mtjhrc
Copy link
Collaborator

mtjhrc commented Feb 18, 2025

This is annoying indeed! 😄, but I have already fixed it as part of: #258, here: 010e99d
I also ran into and fixed this: d88544c

Maybe I could have fixed it as a separate PR, but it seemed quite simple and related to adding a make test target....
(though, if we want to merge this now, I can just rebase)

@nirs
Copy link
Contributor Author

nirs commented Feb 18, 2025

This is annoying indeed! 😄, but I have already fixed it as part of: #258, here: 010e99d I also ran into and fixed this: d88544c

Both fixes looks good, separating to another PR and merging seems like the right way.

@slp slp merged commit 5c5c852 into containers:main Feb 20, 2025
5 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.

3 participants