Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Jan 2016 10:01:03 -0800
From:      NGie Cooper <yaneurabeya@gmail.com>
To:        Sean Bruno <sbruno@FreeBSD.org>
Cc:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   Re: svn commit: r294025 - stable/10/sys/modules/if_gif
Message-ID:  <16A13BC7-2768-4426-88B6-5CCFAF975BF8@gmail.com>
In-Reply-To: <201601141744.u0EHijHT087554@repo.freebsd.org>
References:  <201601141744.u0EHijHT087554@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

> On Jan 14, 2016, at 09:44, Sean Bruno <sbruno@FreeBSD.org> wrote:
>=20
> Author: sbruno
> Date: Thu Jan 14 17:44:45 2016
> New Revision: 294025
> URL: https://svnweb.freebsd.org/changeset/base/294025
>=20
> Log:
>  Fixup option handling after r293778 by wrapping MK_INET6_SUPPORT in a
>  KERNBUILDDIR check.
>=20
>  Sponsored by:	Limelight Networks
>=20
> Modified:
>  stable/10/sys/modules/if_gif/Makefile
>=20
> Modified: stable/10/sys/modules/if_gif/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
> --- stable/10/sys/modules/if_gif/Makefile	Thu Jan 14 17:42:46 2016	=
(r294024)
> +++ stable/10/sys/modules/if_gif/Makefile	Thu Jan 14 17:44:45 2016	=
(r294025)
> @@ -17,7 +17,9 @@ OPT_INET!=3D cat ${KERNBUILDDIR}/opt_inet.
> .if empty(OPT_INET)
> MK_INET_SUPPORT=3D no
> .endif
> +.endif
>=20
> +.if !defined(KERNBUILDDIR)
> .if ${MK_INET6_SUPPORT} !=3D "no"
> opt_inet6.h:
> 	echo "#define INET6 1" > ${.TARGET}
>=20

Pointyhat to: ngie

Thanks :/..=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?16A13BC7-2768-4426-88B6-5CCFAF975BF8>