The normal port Makefile includes this "show" target.
$ grep -A3 ^show: /usr/ports/infrastructure/mk/bsd.port.mk
show:
.for _s in ${show}
@echo ${${_s}:Q}
.endforWhy would one use it rather than make -V?
The normal port Makefile includes this "show" target.
$ grep -A3 ^show: /usr/ports/infrastructure/mk/bsd.port.mk
show:
.for _s in ${show}
@echo ${${_s}:Q}
.endforWhy would one use it rather than make -V?