svn commit: r267440 - in head: lib share/mk sys/modules sys/sys

Bryan Drewery bdrewery at FreeBSD.org
Tue Aug 19 15:12:55 UTC 2014


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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-src-all/attachments/20140819/941c911b/attachment.sig>


More information about the svn-src-all mailing list