svn commit: r288929 - in head: etc/mtree lib/libxo lib/libxo/tests usr.bin/xo usr.bin/xo/tests
NGie Cooper
yaneurabeya at gmail.com
Thu Oct 8 01:38:00 UTC 2015
On Wed, Oct 7, 2015 at 6:34 PM, Bryan Drewery <bdrewery at freebsd.org> wrote:
...
>> Modified: head/lib/libxo/Makefile
>> ==============================================================================
>> --- head/lib/libxo/Makefile Tue Oct 6 16:35:50 2015 (r288928)
>> +++ head/lib/libxo/Makefile Tue Oct 6 16:58:47 2015 (r288929)
>> @@ -1,5 +1,7 @@
>> # $FreeBSD$
>>
>> +.include <src.opts.mk>
>> +
>> LIBXOSRC= ${SRCTOP}/contrib/libxo
>>
>> .PATH: ${LIBXOSRC}/libxo
> ...
> LIB= xo
> SHLIB_MAJOR=0
>
> SHLIBDIR?= /lib
>
>
> FYI SHLIBDIR? needs to be before the src.opts.mk otherwise it changes to
> /usr/lib, which Peter found breaks boot :)
*smacks head*
Yes, I forgot about that caveat ;(.
More information about the svn-src-all
mailing list