atom feed18 messages in org.freebsd.freebsd-currentRe: "/sys/conf/kmod.mk", line 111: Ma...
FromSent OnAttachments
O. HartmannMar 3, 2012 3:48 am 
Chris ReesMar 3, 2012 5:23 am 
Dimitry AndricMar 3, 2012 6:18 am 
Florian SmeetsMar 3, 2012 6:19 am 
Dimitry AndricMar 3, 2012 6:25 am 
O. HartmannMar 3, 2012 7:42 am 
ChrisApr 15, 2012 6:03 pm 
Dimitry AndricApr 15, 2012 11:44 pm 
ChrisApr 16, 2012 3:41 pm 
Anton ShterenlikhtApr 16, 2012 4:08 pm 
Dimitry AndricApr 17, 2012 2:18 am 
Anton ShterenlikhtApr 17, 2012 2:36 am 
Dimitry AndricApr 17, 2012 2:49 am 
Anton ShterenlikhtApr 17, 2012 3:52 am 
Arno J. KlaassenApr 17, 2012 8:59 am 
Mark LinimonApr 17, 2012 9:03 am 
Kevin ObermanApr 17, 2012 12:27 pm 
Dimitry AndricApr 17, 2012 1:52 pm 
Subject:Re: "/sys/conf/kmod.mk", line 111: Malformed conditional (${MK_CLANG_IS_CC}
From:Dimitry Andric (di@FreeBSD.org)
Date:Mar 3, 2012 6:25:05 am
List:org.freebsd.freebsd-current

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 <ohar@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.