From owner-freebsd-current@FreeBSD.ORG Thu Dec 1 19:24:15 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 C3552106566B; Thu, 1 Dec 2011 19:24:15 +0000 (UTC) (envelope-from seanbru@yahoo-inc.com) Received: from mrout1-b.corp.bf1.yahoo.com (mrout1-b.corp.bf1.yahoo.com [98.139.253.104]) by mx1.freebsd.org (Postfix) with ESMTP id 88D128FC17; Thu, 1 Dec 2011 19:24:15 +0000 (UTC) Received: from [127.0.0.1] (rideseveral.corp.yahoo.com [10.73.160.231]) by mrout1-b.corp.bf1.yahoo.com (8.14.4/8.14.4/y.out) with ESMTP id pB1JNrow004866; Thu, 1 Dec 2011 11:23:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yahoo-inc.com; s=cobra; t=1322767434; bh=F8NFHEleCNRNrrKthpOVcpnBiL9m+5n4SCoEAgGtJqk=; h=Subject:From:To:Cc:In-Reply-To:References:Content-Type:Date: Message-ID:Mime-Version:Content-Transfer-Encoding; b=VszJQsrZKkCNONrd+V9mJmWXpSxyYE3L6XQS/eXNpJF1FDWARIcABvfWq4v4zB6E0 pTajzrl8wwuHep83VMaGVikS21T+/D8A+5NVjwq46LHNrJi5+bSSrVKcgYh/dFqIJc v5ELfZCnvhGnPt1zoqPDX1FYDLDVntq1Y0qdy7O8= From: Sean Bruno To: Garrett Cooper In-Reply-To: <782F304A-CC5C-4DFE-9277-42946A80D84D@gmail.com> References: <1322765163.2776.3.camel@hitfishpass-lx.corp.yahoo.com> <782F304A-CC5C-4DFE-9277-42946A80D84D@gmail.com> Content-Type: text/plain; charset="UTF-8" Date: Thu, 01 Dec 2011 11:23:53 -0800 Message-ID: <1322767433.2776.9.camel@hitfishpass-lx.corp.yahoo.com> Mime-Version: 1.0 X-Mailer: Evolution 2.32.3 (2.32.3-1.fc14) Content-Transfer-Encoding: 7bit Cc: "freebsd-current@freebsd.org" Subject: Re: Malformed conditional (${MK_CTF} != "no") [solved] 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 19:24:15 -0000 On Thu, 2011-12-01 at 10:56 -0800, Garrett Cooper wrote: > to workaround this issue -- or just install all of the include > Makefiles there, via (cd ~/head/share/mk; make -m `pwd` install) Thanks amigo. sean