From owner-freebsd-current@FreeBSD.ORG Wed Aug 10 15:04:29 2011 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 700A6106564A; Wed, 10 Aug 2011 15:04:29 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (cl-327.ede-01.nl.sixxs.net [IPv6:2001:7b8:2ff:146::2]) by mx1.freebsd.org (Postfix) with ESMTP id 30F038FC0A; Wed, 10 Aug 2011 15:04:29 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7:0:4cdf:3c74:f81e:a1a7] (unknown [IPv6:2001:7b8:3a7:0:4cdf:3c74:f81e:a1a7]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 725CD5C59; Wed, 10 Aug 2011 17:04:28 +0200 (CEST) Message-ID: <4E429E05.6040601@FreeBSD.org> Date: Wed, 10 Aug 2011 17:04:37 +0200 From: Dimitry Andric Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:5.0) Gecko/20110624 Thunderbird/5.0 MIME-Version: 1.0 To: =?ISO-8859-1?Q?Ren=E9_Ladan?= References: <20110810114859.GA68081@freebsd.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Cc: Alexander Best , current@freebsd.org Subject: Re: HEAD after 9-BETA1 broken X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Aug 2011 15:04:29 -0000 On 2011-08-10 16:13, Ren=E9 Ladan wrote: =2E.. > This works, but why did the conditional version work for buildworld > and for earlier buildkernel invocations? Apparently buildkernel changes to the kernel obj dir, e.g: cd ${KRNLOBJDIR}/${_kernel}; ${KMAKE} ${CLEANDIR} so ".if !empty(.CURDIR:M/usr/src*)" will not work then.