From owner-freebsd-stable@FreeBSD.ORG Wed Dec 28 08:16:06 2011 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 73F6E1065670; Wed, 28 Dec 2011 08:16:06 +0000 (UTC) (envelope-from c.kworr@gmail.com) Received: from mail-ee0-f54.google.com (mail-ee0-f54.google.com [74.125.83.54]) by mx1.freebsd.org (Postfix) with ESMTP id D11708FC0C; Wed, 28 Dec 2011 08:16:05 +0000 (UTC) Received: by eekc50 with SMTP id c50so14627171eek.13 for ; Wed, 28 Dec 2011 00:16:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=7vmpMn7auYCIpzai3gCZ4tfecmKHiS/IFHkY+VprAtU=; b=ZvcuxxURstP9ElMeg1ilqvUSAvBB7bAWnS8Y9BONBlLCS5TCakmtJmZeu2+JozkkYN prYroxjrb4EY8AsN+LS5AWOvVApepLFAJ/P6EpCySIKqzB22hKznW5mruRj5mDXzzZYu M/RK6HMlTN0lQxmb0o1ERIi4PoVA5bU+lo9to= Received: by 10.213.23.11 with SMTP id p11mr9566503ebb.75.1325060164680; Wed, 28 Dec 2011 00:16:04 -0800 (PST) Received: from green.tandem.local (utwig.xim.bz. [91.216.237.46]) by mx.google.com with ESMTPS id z43sm117629678eef.7.2011.12.28.00.16.02 (version=SSLv3 cipher=OTHER); Wed, 28 Dec 2011 00:16:03 -0800 (PST) Message-ID: <4EFAD041.5060000@gmail.com> Date: Wed, 28 Dec 2011 10:16:01 +0200 From: Volodymyr Kostyrko User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:9.0) Gecko/20111223 Thunderbird/9.0 MIME-Version: 1.0 To: Dimitry Andric References: <4EF88D7B.4040600@gmail.com> <4EF8E21E.10401@gmail.com> <4EF92639.8070903@FreeBSD.org> <4EF99F93.9000405@gmail.com> <4EFA5CE0.6040203@FreeBSD.org> In-Reply-To: <4EFA5CE0.6040203@FreeBSD.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: minor regression after patching X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Dec 2011 08:16:06 -0000 28.12.2011 02:03, Dimitry Andric wrote: >> .if (empty(.CURDIR:N*/usr/src/*) || empty(.CURDIR:N*/usr/obj/*))&& >> !defined(NOCCACHE) > > The problem is this test, it doesn't return true when you are exactly in > /usr/src. The result is that clang doesn't get built in the cross-tools > stage, and /usr/bin/clang is used instead for the rest of the world. Oops, I messed up whole thing again. Thank you very much. -- Sphinx of black quartz judge my vow.