We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Since some submodule-related change, make rebuilds programs even when they don't need to be rebuilt.
make
Expected behavior
After a successful build, running make again does nothing.
Actual behavior
After a successful build, running make again rebuilds everything under programs.
programs
Steps to reproduce
make make
The text was updated successfully, but these errors were encountered:
Don't systematically rebuild programs
1830b71
Fix the dependency on libmbedcrypto.a, which is now located under crypto. Fix Mbed-TLS#2682
9051036
95f5cbc
Successfully merging a pull request may close this issue.
Description
Bug
Since some submodule-related change,
make
rebuilds programs even when they don't need to be rebuilt.Expected behavior
After a successful build, running
make
again does nothing.Actual behavior
After a successful build, running
make
again rebuilds everything underprograms
.Steps to reproduce
The text was updated successfully, but these errors were encountered: