[ bsd.port.mk ] improper evaluation of config-recursive target

Mel Flynn rflynn at acsalaska.net
Fri Jun 22 11:48:48 UTC 2012


On 21-6-2012 21:02, Alexander Pronin wrote:

> -	@for dir in ${.CURDIR} $$(${ALL-DEPENDS-LIST}); do \
> -		(cd $$dir; ${MAKE} config-conditional); \
> +	@for dir in $$(${MAKE} all-depends-list); do \

Almost.
@for dir in $$(${MAKE} run-depends-list build-depends-list|uniq); do \

Observe the difference on something like x11/xorg.
-- 
Mel




More information about the freebsd-ports mailing list