git: c1a3d7f20696 - main - Remove remaining uses of ${COMPILER_FEATURES:Mc++11}
Alexander Richardson
arichardson at freebsd.org
Tue Jan 19 22:12:42 UTC 2021
On Tue, 19 Jan 2021 at 21:42, Jessica Clarke <jrtc27 at freebsd.org> wrote:
>
> 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.
>
Ah I didn't check src.opts. Will revert this part of the commit shortly.
Thanks,
Alex
More information about the dev-commits-src-all
mailing list