-
Notifications
You must be signed in to change notification settings - Fork 3k
Add catch-all rule to makefile template #11445
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 catch-all rule to makefile template #11445
Conversation
@matthew-macovsky-cypress, thank you for your changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
CI started while waiting for the final review |
Test run: FAILEDSummary: 1 of 4 test jobs failed Failed test jobs:
|
CI restarted, internal CI error |
Test run: FAILEDSummary: 1 of 4 test jobs failed Failed test jobs:
|
CI restarted |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Test run: SUCCESSSummary: 11 of 11 test jobs passed |
Description
Proposed fix for #11436.
This adds a catch-all rule to the makefile template so that make does not attempt to match extensionless files to its default rules. This was an issue particularly in that it would attempt to compile the header file mstd_mutex as an object file when make was run a second time in makefile projects.
Pull request type
Reviewers
@ARMmbed/mbed-os-tools