From owner-freebsd-current@FreeBSD.ORG Sat Mar 3 14:25:24 2012 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 34876106566B; Sat, 3 Mar 2012 14:25:24 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (cl-327.ede-01.nl.sixxs.net [IPv6:2001:7b8:2ff:146::2]) by mx1.freebsd.org (Postfix) with ESMTP id 883D98FC15; Sat, 3 Mar 2012 14:25:23 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7:0:d0fa:b5e9:395b:990e] (unknown [IPv6:2001:7b8:3a7:0:d0fa:b5e9:395b:990e]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id D0BB35C37; Sat, 3 Mar 2012 15:25:22 +0100 (CET) Message-ID: <4F5229D8.7010006@FreeBSD.org> Date: Sat, 03 Mar 2012 15:25:28 +0100 From: Dimitry Andric Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:11.0) Gecko/20120216 Thunderbird/11.0 MIME-Version: 1.0 To: Florian Smeets References: <4F520523.90406@zedat.fu-berlin.de> <4F52286E.4030608@FreeBSD.org> In-Reply-To: <4F52286E.4030608@FreeBSD.org> X-Enigmail-Version: 1.4a1pre Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Chris Rees , Current FreeBSD , "O. Hartmann" Subject: Re: "/sys/conf/kmod.mk", line 111: Malformed conditional (${MK_CLANG_IS_CC} 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: Sat, 03 Mar 2012 14:25:24 -0000 On 2012-03-03 15:19, Florian Smeets wrote: > On 03.03.12 14:24, Chris Rees wrote: >> On 3 March 2012 11:48, O. Hartmann wrote: ... >>> "/sys/conf/kmod.mk", line 111: Malformed conditional (${MK_CLANG_IS_CC} ... > No need, a buildworld / installworld cycle will fix it. A make install > in src/share/mk *could* also be enough, but i haven't tested it. It's also enough if you run "make buildenv" in your source directory, before attempting to compile the module. This is needed when you want to build a module separately for -CURRENT on older stable branches. Alternatively, use "make -m ${srcdir}/share/mk" or set the MAKESYSPATH environment variable to ${srcdir}/share/mk before building.