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

build system rework #102

Open
tklauser opened this issue Feb 28, 2014 · 0 comments
Open

build system rework #102

tklauser opened this issue Feb 28, 2014 · 0 comments

Comments

@tklauser
Copy link
Member

There are at least two shortcomings with the current build systems:

  • No dependencies on headers. If only a header is changed, the modules including it will not be rebuilt.
  • Common modules are built for each tool (e.g. dev.o, irq.o, sig.o). Instead each module should be built only once and then be reused for the other tools.
@tklauser tklauser added the TODO label Feb 28, 2014
@tklauser tklauser self-assigned this Feb 28, 2014
@tklauser tklauser added the build label Apr 17, 2016
@tklauser tklauser removed their assignment May 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant