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

Track headers as dependencies in the build #10

Open
woodruffw opened this issue Jun 6, 2019 · 0 comments
Open

Track headers as dependencies in the build #10

woodruffw opened this issue Jun 6, 2019 · 0 comments
Assignees
Labels
component:build Build and CI improvements enhancement New feature or request priority:low

Comments

@woodruffw
Copy link
Member

The build doesn't currently track header files as dependencies for targets, meaning that it's possible to produce a broken build by changing a constant/macro in a header file. We should use gcc -MM or makedepend (or whatever) to declare header dependencies.

@woodruffw woodruffw added enhancement New feature or request component:build Build and CI improvements labels Jun 6, 2019
@hmwildermuth hmwildermuth self-assigned this Jun 11, 2019
@woodruffw woodruffw self-assigned this Jul 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:build Build and CI improvements enhancement New feature or request priority:low
Projects
None yet
Development

No branches or pull requests

2 participants