From owner-freebsd-stable@FreeBSD.ORG Tue Mar 9 16:39:11 2010 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 89F46106564A; Tue, 9 Mar 2010 16:39:11 +0000 (UTC) (envelope-from rwatson@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id 62EEB8FC19; Tue, 9 Mar 2010 16:39:11 +0000 (UTC) Received: from lemongrass.sec.cl.cam.ac.uk (lemongrass.sec.cl.cam.ac.uk [128.232.18.47]) by cyrus.watson.org (Postfix) with ESMTPSA id 89B5146B2A; Tue, 9 Mar 2010 11:39:10 -0500 (EST) Mime-Version: 1.0 (Apple Message framework v1077) Content-Type: text/plain; charset=us-ascii From: "Robert N. M. Watson" In-Reply-To: <20100309151609.19673jkwuoptzy0w@webmail.leidinger.net> Date: Tue, 9 Mar 2010 16:39:09 +0000 Content-Transfer-Encoding: quoted-printable Message-Id: References: <201003081000.12656.jhb@freebsd.org> <20100309092709.16456y55vq0kaa88@webmail.leidinger.net> <201003090747.00192.jhb@freebsd.org> <20100309151609.19673jkwuoptzy0w@webmail.leidinger.net> To: Alexander Leidinger X-Mailer: Apple Mail (2.1077) Cc: freebsd-stable@freebsd.org, John Baldwin Subject: Re: is dtrace usable? 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: Tue, 09 Mar 2010 16:39:11 -0000 On Mar 9, 2010, at 2:16 PM, Alexander Leidinger wrote: >> =46rom this you can see that sys.mk is included and parsed before = 'Makefile', >> so the WITH_CTF=3Dyes is not set until after sys.mk has been parsed. >=20 > I think we need to find a different solution for this. The need to = specify WITH_CTF at the command line is very error prone. :( You are neither the first person to have made this observation, nor the = first person to have failed to propose a solution in the form of a patch = :-). Robert=