Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 03 Mar 2012 15:25:28 +0100
From:      Dimitry Andric <dim@FreeBSD.org>
To:        Florian Smeets <flo@FreeBSD.org>
Cc:        Chris Rees <crees@FreeBSD.org>, Current FreeBSD <freebsd-current@FreeBSD.org>, "O. Hartmann" <ohartman@zedat.fu-berlin.de>
Subject:   Re: "/sys/conf/kmod.mk", line 111: Malformed conditional (${MK_CLANG_IS_CC}
Message-ID:  <4F5229D8.7010006@FreeBSD.org>
In-Reply-To: <4F52286E.4030608@FreeBSD.org>
References:  <4F520523.90406@zedat.fu-berlin.de> <CADLo838ZKXXS4mVcjG3cnRp=aQdx5Cpas6DLiSsGQO1acqHnwQ@mail.gmail.com> <4F52286E.4030608@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <ohartman@zedat.fu-berlin.de> 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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4F5229D8.7010006>