View | Details | Raw Unified | Return to bug 87642 | Differences between
and this patch

Collapse All | Expand All

(-)bsd.port.mk (+9 lines)
Lines 771-776 Link Here
771
# config-recursive
771
# config-recursive
772
#				- Configure options for this port for this port and all dependencies.
772
#				- Configure options for this port for this port and all dependencies.
773
# showconfig	- Display options config for this port.
773
# showconfig	- Display options config for this port.
774
# showconfig-recursive - Display options config for this port and all dependencies.
774
# rmconfig		- Remove the options config for this port.
775
# rmconfig		- Remove the options config for this port.
775
# rmconfig-recursive
776
# rmconfig-recursive
776
#				- Remove the options config for this port and all dependencies.
777
#				- Remove the options config for this port and all dependencies.
Lines 6166-6171 Link Here
6166
	done
6167
	done
6167
	@${ECHO_MSG} "===> Use 'make config' to modify these settings"
6168
	@${ECHO_MSG} "===> Use 'make config' to modify these settings"
6168
.endif
6169
.endif
6170
.endif
6171
6172
.if !target(showconfig-recursive)
6173
showconfig-recursive:
6174
        @${ECHO_MSG} "===> The following configuration options are available for ${PKGNAME} and dependencies";
6175
	@for dir in ${.CURDIR} $$(${ALL-DEPENDS-LIST}); do \
6176
		(cd $$dir; ${MAKE} showconfig); \
6177
	done
6169
.endif
6178
.endif
6170
6179
6171
.if !target(rmconfig)
6180
.if !target(rmconfig)

Return to bug 87642