Date: Tue, 19 Aug 2014 10:12:51 -0500 From: Bryan Drewery <bdrewery@FreeBSD.org> To: Hans Petter Selasky <hselasky@FreeBSD.org>, src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r267440 - in head: lib share/mk sys/modules sys/sys Message-ID: <53F36973.4080900@FreeBSD.org> In-Reply-To: <201406130853.s5D8rowf084163@svn.freebsd.org> References: <201406130853.s5D8rowf084163@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
[-- Attachment #1 --] On 6/13/2014 3:53 AM, Hans Petter Selasky wrote: > Author: hselasky > Date: Fri Jun 13 08:53:49 2014 > New Revision: 267440 > URL: http://svnweb.freebsd.org/changeset/base/267440 > > Log: > Attach the CUSE library and kernel module to the default FreeBSD > builds. Bump the FreeBSD version number. > > Modified: > head/lib/Makefile > head/share/mk/src.opts.mk > head/sys/modules/Makefile > head/sys/sys/param.h > > Modified: head/lib/Makefile > ============================================================================== > --- head/lib/Makefile Fri Jun 13 08:44:03 2014 (r267439) > +++ head/lib/Makefile Fri Jun 13 08:53:49 2014 (r267440) > @@ -136,6 +136,7 @@ SUBDIR= ${SUBDIR_ORDERED} \ > libz \ > ${_atf} \ > ${_clang} \ > + ${_cuse} \ > ${_tests} > > .if exists(${.CURDIR}/csu/${MACHINE_ARCH}-elf) > @@ -172,6 +173,10 @@ _libcasper= libcasper > _clang= clang > .endif > > +.if ${MK_CUSE} != "no" > +_cuse= libcuse > +.endif > + > .if ${MK_GPIB} != "no" > _libgpib= libgpib > .endif > > Modified: head/share/mk/src.opts.mk > ============================================================================== > --- head/share/mk/src.opts.mk Fri Jun 13 08:44:03 2014 (r267439) > +++ head/share/mk/src.opts.mk Fri Jun 13 08:53:49 2014 (r267440) > @@ -68,6 +68,7 @@ __DEFAULT_YES_OPTIONS = \ > CROSS_COMPILER \ > CRYPT \ > CTM \ > + CUSE \ You forgot to define a tools/build/options/WITHOUT_CUSE so it is added to src.conf(5). ~/svn/base/tools/build/options # ./makeman > ../../../share/man/man5/src.conf.5 no description found for WITHOUT_CUSE, skipping -- Regards, Bryan Drewery [-- Attachment #2 --] -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (MingW32) iQEcBAEBAgAGBQJT82lzAAoJEDXXcbtuRpfPCbYIAI2ypyAXTD2U3MZ92S7MYk6T Afts11eWlS4ybhS0sQgK5zblU8T+u6uQF3/TmuJy17Da6uWCUjuDdtF9NcPsFjoI GtmwrWjU74HrNhGILrOMiDigf/dEHF4thnrAx59r8/gMOSzmVVtoRq/CHqvx2gp/ JU7mb+CBr8Y3lH7QSBZU7MyONxG1NV7qRT4z3KKHE4CQAno2xWtr/bCNz5VAr6Ls WVcYZsQHp+l4ZTFqTc7N9JERxzblg6zs5GdRVIhvoouzyNVnd4NaQAczaeZ8p7ES x5T3LAVtpqsLTY4av4IrJltgqAePQOse7DpzPaLHiE7Q3zZ3OOsE5mUOC8sowYQ= =eHNy -----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53F36973.4080900>
