Date: Wed, 16 Mar 2016 21:08:55 -0700 From: Bryan Drewery <bdrewery@FreeBSD.org> To: Phil Shafer <phil@FreeBSD.org>, src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r296967 - in head: contrib/libxo/libxo lib/libxo Message-ID: <56EA2DD7.10204@FreeBSD.org> In-Reply-To: <201603162350.u2GNofuL068498@repo.freebsd.org> References: <201603162350.u2GNofuL068498@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 3/16/16 4:50 PM, Phil Shafer wrote: > Author: phil > Date: Wed Mar 16 23:50:41 2016 > New Revision: 296967 > URL: https://svnweb.freebsd.org/changeset/base/296967 > > Log: > Move generated file from contrib to build directory. > > Reviewed by: obrien > Approved by: sjg > > Added: > head/lib/libxo/xo_config.h > - copied unchanged from r296966, head/contrib/libxo/libxo/xo_config.h > Deleted: > head/contrib/libxo/libxo/xo_config.h > Modified: > head/lib/libxo/Makefile > > Modified: head/lib/libxo/Makefile > ============================================================================== > --- head/lib/libxo/Makefile Wed Mar 16 23:42:57 2016 (r296966) > +++ head/lib/libxo/Makefile Wed Mar 16 23:50:41 2016 (r296967) > @@ -13,7 +13,7 @@ SHLIB_MAJOR=0 > > SRCS= libxo.c xo_encoder.c xo_syslog.c > > -CFLAGS+=-I${LIBXOSRC}/libxo > +CFLAGS+=-I${LIBXOSRC}/libxo -I${.CURDIR} > CFLAGS+=-DXO_ENCODERDIR=\"/usr/lib/libxo/encoder\" > > INCS= xo.h xo_encoder.h This breaks the build for usr.bin/xo and lib/libxo/tests. https://lists.freebsd.org/pipermail/freebsd-current/2016-March/060181.html -- Regards, Bryan Drewery
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?56EA2DD7.10204>