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

Dependency tracking of header-only changes #94

Closed
jimcadden opened this issue Feb 12, 2016 · 4 comments
Closed

Dependency tracking of header-only changes #94

jimcadden opened this issue Feb 12, 2016 · 4 comments
Labels

Comments

@jimcadden
Copy link
Contributor

Header-only changes do not trigger source to be re-built

@dschatzberg dschatzberg changed the title (build system): dependency tracking of header-only changes Dependency tracking of header-only changes Feb 12, 2016
@dschatzberg
Copy link
Contributor

I'd argue that the "right" solution is to complete lyget rid of our custom app Makefiles. Instead we should install EbbRT libraries, headers, and toolchain and just use standard build utilities

@jimcadden
Copy link
Contributor Author

install EbbRT libraries, headers, and toolchain and just use standard build utilities

Would this approach have any effect on the back-end build? I'm assume not.

@dschatzberg
Copy link
Contributor

So the "bug" only applies to the front-end build -- changing headers on the backend will cause rebuilds based on how our makefiles work currently. But my proposed solution is to change how we deploy frontend and backend libraries/headers so that this bug would be an application's problem (and one they should solve in whatever way they see fit). For example, if we used cmake to build our apps, it would pick up changed headers, or if we had a slightly smarter makefile.

@dschatzberg
Copy link
Contributor

Closing this as fixed with the latest toolchain changes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants