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.
The text was updated successfully, but these errors were encountered:
Hi, I'm working on packaging this in FreeBSD Ports. Ports has separate build stages, so I need to make
finish
andinstall
separately. But because most targets are.PHONY
, makinginstall
starts a rebuild from scratch! I have replacedinstall: finish
withinstall:
as a workaround, but it would be nicer if the makefile used Make dependency tracking to avoid rebuilds.The text was updated successfully, but these errors were encountered: