From owner-freebsd-ports@FreeBSD.ORG Tue Dec 18 11:47:32 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2166D16A41A for ; Tue, 18 Dec 2007 11:47:32 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from falcon.cybervisiontech.com (falcon.cybervisiontech.com [217.20.163.9]) by mx1.freebsd.org (Postfix) with ESMTP id BF0F213C469 for ; Tue, 18 Dec 2007 11:47:31 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from localhost (localhost [127.0.0.1]) by falcon.cybervisiontech.com (Postfix) with ESMTP id AC3E6744021; Tue, 18 Dec 2007 13:47:29 +0200 (EET) X-Virus-Scanned: Debian amavisd-new at falcon.cybervisiontech.com Received: from falcon.cybervisiontech.com ([127.0.0.1]) by localhost (falcon.cybervisiontech.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qdbr+8a73AU2; Tue, 18 Dec 2007 13:47:29 +0200 (EET) Received: from [10.2.1.87] (gateway.cybervisiontech.com.ua [88.81.251.18]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by falcon.cybervisiontech.com (Postfix) with ESMTP id 85B82744012; Tue, 18 Dec 2007 13:47:29 +0200 (EET) Message-ID: <4767B351.7080608@icyb.net.ua> Date: Tue, 18 Dec 2007 13:47:29 +0200 From: Andriy Gapon User-Agent: Thunderbird 2.0.0.9 (X11/20071116) MIME-Version: 1.0 To: RW References: <1197652999.00842024.1197640802@10.7.7.3> <1197663872.00842159.1197653403@10.7.7.3> <1197905004.00843758.1197893402@10.7.7.3> <1197912187.00843843.1197898801@10.7.7.3> In-Reply-To: <1197912187.00843843.1197898801@10.7.7.3> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: make config-conditional recursive ? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Dec 2007 11:47:32 -0000 on 17/12/2007 15:17 RW said the following: > On Mon, 17 Dec 2007 13:59:53 +0200 > Andriy Gapon wrote: > >> on 14/12/2007 19:22 RW said the following: >>> On Fri, 14 Dec 2007 15:57:12 +0200 >>> Andriy Gapon wrote: >>> >>>> Is make config-conditional recursive ? >>> No, but config-recursive is conditional >> but it's not conditional :-) >> > > I'm not sure what you are trying to say here, but "make > config-recursive" does a "make config-conditional" in the current port > and all the current port's dependencies - so it is both recursive and > conditional. Oh, I wasn't aware that it does "make config-conditional", I thought that it was "make config". Thank you for enlightening me! > There is a slight problem though, that it determines the dependencies > before doing the "make config-conditional", so it may occasionally miss > new dependencies. You can just run it twice though. Yes. Thank you. -- Andriy Gapon