git: c1a3d7f20696 - main - Remove remaining uses of ${COMPILER_FEATURES:Mc++11}

Jessica Clarke jrtc27 at freebsd.org
Tue Jan 19 21:42:09 UTC 2021


On 19 Jan 2021, at 21:38, Alex Richardson <arichardson at FreeBSD.org> wrote:
> diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
> index bd2f0cbe0797..2e01b0fcf847 100644
> --- a/usr.sbin/Makefile
> +++ b/usr.sbin/Makefile
> @@ -186,9 +186,7 @@ SUBDIR.${MK_NTP}+=	ntp
> SUBDIR.${MK_OPENSSL}+=	keyserv
> SUBDIR.${MK_PF}+=	ftp-proxy
> SUBDIR.${MK_PKGBOOTSTRAP}+=	pkg
> -.if ${COMPILER_FEATURES:Mc++11}
> -SUBDIR.${MK_PMC}+=	pmc
> -.endif
> +SUBDIR.${MK_PMC}.${MK_CXX}+=	pmc

src.opts.mk already disables MK_PMC is MK_CXX is no.

Jess.



More information about the dev-commits-src-all mailing list