You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.