Skip to content

Overuse of phony targets in makefile #156

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

Open
valpackett opened this issue Dec 28, 2019 · 1 comment
Open

Overuse of phony targets in makefile #156

valpackett opened this issue Dec 28, 2019 · 1 comment

Comments

@valpackett
Copy link

Hi, I'm working on packaging this in FreeBSD Ports. Ports has separate build stages, so I need to make finish and install separately. But because most targets are .PHONY, making install starts a rebuild from scratch! I have replaced install: finish with install: as a workaround, but it would be nicer if the makefile used Make dependency tracking to avoid rebuilds.

@sunfishcode
Copy link
Member

#154 is working on a CMake-based replacement for the current Makefile, which should address these issues.

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