svn commit: r228158 - in head: . share/mk sys/conf

Gary Jennejohn gljennjohn at googlemail.com
Tue Dec 6 09:31:20 UTC 2011


On Mon, 5 Dec 2011 21:43:59 +0100
Hans Petter Selasky <hselasky at c2i.net> wrote:

> Hi,
> 
> I see regressions when building kernel modules from /usr/ports:
> 
> On Monday 05 December 2011 14:39:56 Robert Huff wrote:
> > Hello:
> >       When trying to update I get:
> > 
> > ===>  Building for cuse4bsd-kmod-0.1.21_2
> > make -f
> > /data/port-work/usr/ports/multimedia/cuse4bsd-kmod/work/cuse4bsd-kmod-0.1.
> > 21/Makefile.lib HAVE_DEBUG=YES all Warning: Object directory not changed
> > from original
> > /data/port-work/usr/ports/multimedia/cuse4bsd-kmod/work/cuse4bsd-kmod-0.1.
> > 21 make -f
> > /data/port-work/usr/ports/multimedia/cuse4bsd-kmod/work/cuse4bsd-kmod-0.1.
> > 21/Makefile.kmod all "/sys/conf/kmod.mk", line 204: Malformed conditional
> > (${MK_CTF} != "no") "/sys/conf/kmod.mk", line 206: if-less endif
> > make: fatal errors encountered -- cannot continue
> > *** Error code 1
> 

I encountered this problem yesterday.  My quick hack was to put
.if defined(MK_CTF) .endif around the offending lines, similar to
EXPORT_SYMS.

-- 
Gary Jennejohn


More information about the svn-src-head mailing list