From owner-freebsd-current@FreeBSD.ORG Thu Dec 1 18:56:10 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 79C67106564A for ; Thu, 1 Dec 2011 18:56:10 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id 442BD8FC0A for ; Thu, 1 Dec 2011 18:56:09 +0000 (UTC) Received: by iakl21 with SMTP id l21so4494394iak.13 for ; Thu, 01 Dec 2011 10:56:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; bh=87f1jqDevbxJx7UmiPpKBN5m2cH6NDfpgGRXxxhX2i8=; b=isRwLtOVxS6gKej4N3BDNz03joSTWHkz0W+XHSnyZdBe/zch8EbttzGzvUpdliFCla G2qJ+/teNpj1cQ1drnr5p5W7MG8NhIkbgdgbguQ1UNtEGOS7VJlb+6hiJrXcDSDpoJEi C0yZ15svcln5PnGJS0LspEpwx0UqJzNqgexHw= Received: by 10.42.154.7 with SMTP id o7mr10075314icw.48.1322765769590; Thu, 01 Dec 2011 10:56:09 -0800 (PST) Received: from kruse-180.4.ixsystems.com (drawbridge.ixsystems.com. [206.40.55.65]) by mx.google.com with ESMTPS id z10sm24346332ibv.9.2011.12.01.10.56.05 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 01 Dec 2011 10:56:05 -0800 (PST) Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: Garrett Cooper In-Reply-To: <1322765163.2776.3.camel@hitfishpass-lx.corp.yahoo.com> Date: Thu, 1 Dec 2011 10:56:03 -0800 Content-Transfer-Encoding: quoted-printable Message-Id: <782F304A-CC5C-4DFE-9277-42946A80D84D@gmail.com> References: <1322765163.2776.3.camel@hitfishpass-lx.corp.yahoo.com> To: sbruno@freebsd.org X-Mailer: Apple Mail (2.1084) Cc: "freebsd-current@freebsd.org" Subject: Re: Malformed conditional (${MK_CTF} != "no") 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: Thu, 01 Dec 2011 18:56:10 -0000 On Dec 1, 2011, at 10:46 AM, Sean Bruno wrote: > I've noted that this morning's svn update seems to be breaking pretty > badly. Is this related to the DTRACE conf changes? >=20 > [seanb@sbpi386 ~/head/sys/modules/firewire]$ make > =3D=3D=3D> firewire (all) > = "/usr/home/seanb/head/sys/modules/firewire/firewire/../../../conf/kmod.mk"= , line 204: Malformed conditional (${MK_CTF} !=3D "no") > = "/usr/home/seanb/head/sys/modules/firewire/firewire/../../../conf/kmod.mk"= , line 206: if-less endif > make: fatal errors encountered -- cannot continue > *** Error code 1 >=20 > Stop in /usr/home/seanb/head/sys/modules/firewire. You'll need to use the updated share/mk/bsd.own.mk in order to build on = trunk, which is obscured by the toolchain target IIRC. You could invoke = make like so in the meantime: make -m $HOME/head/share/mk all to workaround this issue -- or just install all of the include Makefiles = there, via (cd ~/head/share/mk; make -m `pwd` install) HTH! -Garrett=