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

Make the Makefile check target dependencies #17

Open
hferentschik opened this issue Jan 9, 2017 · 0 comments
Open

Make the Makefile check target dependencies #17

hferentschik opened this issue Jan 9, 2017 · 0 comments

Comments

@hferentschik
Copy link
Member

Right now all targets in the Makefile are phony. With a bit of refactoring we can do "proper" dependency checks, so that 'make' will not rebuild the ISO if none of the underlying build files has changed.

@hferentschik hferentschik added this to the v1.0.1 milestone Jan 9, 2017
@LalatenduMohanty LalatenduMohanty self-assigned this Jan 25, 2017
@hferentschik hferentschik modified the milestones: v1.0.1, v1.0.2, v1.1.0 Feb 21, 2017
@LalatenduMohanty LalatenduMohanty removed their assignment Feb 21, 2017
@hferentschik hferentschik modified the milestones: v1.2.0, v1.1.0, v1.3.0 Aug 2, 2017
@LalatenduMohanty LalatenduMohanty modified the milestones: v1.3.0, v1.4.0 Oct 11, 2017
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

2 participants