Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Jun 2012 13:48:41 +0200
From:      Mel Flynn <rflynn@acsalaska.net>
To:        freebsd-ports@freebsd.org
Subject:   Re: [ bsd.port.mk ] improper evaluation of config-recursive target
Message-ID:  <4FE45B99.3060209@acsalaska.net>
In-Reply-To: <695931F1-409D-47AB-93F8-D895D3849CB7@FreeBSD.org>
References:  <695931F1-409D-47AB-93F8-D895D3849CB7@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4FE45B99.3060209>