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

target debian builds every time #10

Open
ppxl opened this issue Aug 12, 2019 · 1 comment
Open

target debian builds every time #10

ppxl opened this issue Aug 12, 2019 · 1 comment

Comments

@ppxl
Copy link
Member

ppxl commented Aug 12, 2019

The debian target does now create the .deb file everytime, even when it was already built and no change happened.

Previously it was bount to the binary which was about to be built. The changes was introduced because there are projects that do not consist of building a binary and yet have to produce a debian package.

Instead the project should target the name the files which lead to the original change so the build target is only called if necessary.

@robertauer
Copy link
Member

This problem may be caused by the prepare-package target. If the definition of the PREPARE_PACKAGE variable would not contain a phony target (and would be only filled when defined via the main Makefile) this might fix the problem.

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

No branches or pull requests

2 participants