From owner-freebsd-ports@FreeBSD.ORG Mon Dec 17 13:37:00 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 2288716A420 for ; Mon, 17 Dec 2007 13:37:00 +0000 (UTC) (envelope-from fbsd06+RI=c0b3ddcc@mlists.homeunix.com) Received: from turtle-out.mxes.net (turtle-out.mxes.net [216.86.168.191]) by mx1.freebsd.org (Postfix) with ESMTP id 0C7F713C46E for ; Mon, 17 Dec 2007 13:37:00 +0000 (UTC) (envelope-from fbsd06+RI=c0b3ddcc@mlists.homeunix.com) Received: from mxout-04.mxes.net (mxout-04.mxes.net [216.86.168.179]) by turtle-in.mxes.net (Postfix) with ESMTP id 190501646A0 for ; Mon, 17 Dec 2007 08:17:53 -0500 (EST) Received: from gumby.homeunix.com. (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id 6062BD0502 for ; Mon, 17 Dec 2007 08:17:49 -0500 (EST) Date: Mon, 17 Dec 2007 13:17:40 +0000 From: RW To: freebsd-ports@freebsd.org Message-ID: <20071217131740.3a4f75c0@gumby.homeunix.com.> In-Reply-To: <476664B9.4080407@icyb.net.ua> References: <1197652999.00842024.1197640802@10.7.7.3> <1197663872.00842159.1197653403@10.7.7.3> <476664B9.4080407@icyb.net.ua> X-Mailer: Claws Mail 3.0.2 (GTK+ 2.12.3; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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: Mon, 17 Dec 2007 13:37:00 -0000 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. 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.