From owner-freebsd-stable@FreeBSD.ORG Sat Oct 20 01:28:57 2012 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 659145DA for ; Sat, 20 Oct 2012 01:28:57 +0000 (UTC) (envelope-from mailer-daemon@vniz.net) Received: from mail-la0-f54.google.com (mail-la0-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id D32F28FC0C for ; Sat, 20 Oct 2012 01:28:56 +0000 (UTC) Received: by mail-la0-f54.google.com with SMTP id e12so821484lag.13 for ; Fri, 19 Oct 2012 18:28:55 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=message-id:disposition-notification-to:date:from:user-agent :mime-version:to:subject:references:in-reply-to:openpgp:content-type :content-transfer-encoding:x-gm-message-state; bh=Hq6GpDxlQBAilSwzOgsPpWkHk2oIkYQLBa/kFilCCjU=; b=SRxfYDKjced1t8LyqJvkqSFILhc6LdNXf/OB81YxT7V9GYDsj6e0kiFKmYDpx5taYK UIu4EyL0TL5QqtmqG0e4KeSnw4Z5RhZRbuHUhAz4Mcv1NEWDW7O5JfwRhjw7Bfolej3W KKX6G5ISCY1sacwYBhJdiT0cNztIGQsJlUGTSvbcAFEM7JkmI03YmwReN+mJbqBEPYYl PNP/gmHoEeObqsxsj8/gSZWHRK7r3xgIzyHBQvUI5yOzrstNKVUBm/Ue4wkTbiig5GBN K3J5c0/Vnw1WzIeUoX8OuSGVYfB2dTKM9lIpxvz5Lq87l44p2o7cV9E+pAv96gB1hECL 18mA== Received: by 10.112.47.226 with SMTP id g2mr1217529lbn.32.1350696535225; Fri, 19 Oct 2012 18:28:55 -0700 (PDT) Received: from [192.168.1.2] ([89.169.140.97]) by mx.google.com with ESMTPS id sj3sm956209lab.2.2012.10.19.18.28.54 (version=SSLv3 cipher=OTHER); Fri, 19 Oct 2012 18:28:54 -0700 (PDT) Message-ID: <5081FE56.5070204@freebsd.org> Date: Sat, 20 Oct 2012 05:28:54 +0400 From: Andrey Chernov User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20121010 Thunderbird/16.0.1 MIME-Version: 1.0 To: stable@freebsd.org, jhb@freebsd.org Subject: Re: ${CTFCONVERT_CMD} expands to empty string References: <5081F92F.8040004@freebsd.org> In-Reply-To: <5081F92F.8040004@freebsd.org> OpenPGP: id=964474DD Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQma0WmMWWAYk6rd3geMPpdvcEp609XCokQV+fDP5K2GKQariIUlxqjd8wR4pLXCAPZIDM0s X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Oct 2012 01:28:57 -0000 On 20.10.2012 5:06, Andrey Chernov wrote: > On recent -stable I got a lots of (see subj) now due to CTF changes in > *.mk files. > I have > WITHOUT_CDDL=yes > in my /etc/src.conf and WITHOUT_CDDL have wider scope than WITHOUT_CTF > suggested, but WITHOUT_CDDL is not checked in recent CTF changes. > Please fix this thing. > BTW, I got that ${CTFCONVERT_CMD} expands to empty string even placing WITHOUT_CTF=yes into /etc/src.conf