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.
Hi, I'm working on packaging this in FreeBSD Ports. Ports has separate build stages, so I need to make
finishandinstallseparately. But because most targets are.PHONY, makinginstallstarts a rebuild from scratch! I have replacedinstall: finishwithinstall:as a workaround, but it would be nicer if the makefile used Make dependency tracking to avoid rebuilds.