Skip site navigation (1)Skip section navigation (2)
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
This is an OpenPGP/MIME signed message (RFC 4880 and 3156)
--tnviscao2w7GbU33R4gX0TN7oTfsSmaBW
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable

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
>=20
> Log:
>   Attach the CUSE library and kernel module to the default FreeBSD
>   builds. Bump the FreeBSD version number.
>=20
> Modified:
>   head/lib/Makefile
>   head/share/mk/src.opts.mk
>   head/sys/modules/Makefile
>   head/sys/sys/param.h
>=20
> Modified: head/lib/Makefile
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
> --- 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=3D	${SUBDIR_ORDERED} \
>  	libz \
>  	${_atf} \
>  	${_clang} \
> +	${_cuse} \
>  	${_tests}
> =20
>  .if exists(${.CURDIR}/csu/${MACHINE_ARCH}-elf)
> @@ -172,6 +173,10 @@ _libcasper=3D	libcasper
>  _clang=3D		clang
>  .endif
> =20
> +.if ${MK_CUSE} !=3D "no"
> +_cuse=3D		libcuse
> +.endif
> +
>  .if ${MK_GPIB} !=3D "no"
>  _libgpib=3D	libgpib
>  .endif
>=20
> Modified: head/share/mk/src.opts.mk
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
> --- 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 =3D \
>      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 >
=2E./../../share/man/man5/src.conf.5
no description found for WITHOUT_CUSE, skipping


--=20
Regards,
Bryan Drewery


--tnviscao2w7GbU33R4gX0TN7oTfsSmaBW
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

-----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-----

--tnviscao2w7GbU33R4gX0TN7oTfsSmaBW--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53F36973.4080900>