Date: Mon, 17 Aug 2020 01:22:27 -0700 From: Mark Millard <marklmi@yahoo.com> To: "delphij@freebsd.org " <delphij@FreeBSD.org>, svn-src-head@freebsd.org Subject: Re: svn commit: r364292 - in head: lib/libc/tests/sys lib/libfetch lib/libpam/libpam lib/msun/tests libexec/rtld-elf usr.bin/fetch usr.bin/unzip Message-ID: <F70CFD50-BD8E-4E42-93F4-0AF7E46CD180@yahoo.com> References: <F70CFD50-BD8E-4E42-93F4-0AF7E46CD180.ref@yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> Author: delphij > Date: Mon Aug 17 05:57:02 2020 > New Revision: 364292 > URL: > https://svnweb.freebsd.org/changeset/base/364292 > > > Log: > Don't explicitly specify c99 or gnu99 as the default is now gnu99. > > . . . > > Modified: head/lib/libc/tests/sys/Makefile > ============================================================================== > --- head/lib/libc/tests/sys/Makefile Sun Aug 16 23:55:23 2020 (r364291) > +++ head/lib/libc/tests/sys/Makefile Mon Aug 17 05:57:02 2020 (r364292) > @@ -70,8 +70,6 @@ NETBSD_ATF_TESTS_C+= wait_noproc_test > NETBSD_ATF_TESTS_C+= wait_noproc_wnohang_test > NETBSD_ATF_TESTS_C+= write_test > > -CSTD?= c99 > - > LIBADD.getpid_test+= pthread > LIBADD.timer_create_test+= rt > > > Modified: head/lib/libfetch/Makefile > ============================================================================== > --- head/lib/libfetch/Makefile Sun Aug 16 23:55:23 2020 (r364291) > +++ head/lib/libfetch/Makefile Mon Aug 17 05:57:02 2020 (r364292) > @@ -23,8 +23,6 @@ LIBADD+= md > > CFLAGS+= -DFTP_COMBINE_CWDS > > -CSTD?= c99 > - > SHLIB_MAJOR= 6 > > ftperr.h: ftp.errors ${.CURDIR}/Makefile > > Modified: head/lib/libpam/libpam/Makefile > ============================================================================== > --- head/lib/libpam/libpam/Makefile Sun Aug 16 23:55:23 2020 (r364291) > +++ head/lib/libpam/libpam/Makefile Mon Aug 17 05:57:02 2020 (r364292) > @@ -156,7 +156,6 @@ MAN?= openpam.3 \ > > MLINKS?= pam.conf.5 pam.d.5 > > -CSTD?= c99 > CFLAGS+= -I${OPENPAM}/include > CFLAGS+= -DLIB_MAJ=${SHLIB_MAJOR} > CFLAGS+= -DHAVE_DLFUNC=1 > > Modified: head/lib/msun/tests/Makefile > ============================================================================== > --- head/lib/msun/tests/Makefile Sun Aug 16 23:55:23 2020 (r364291) > +++ head/lib/msun/tests/Makefile Mon Aug 17 05:57:02 2020 (r364292) > @@ -75,8 +75,6 @@ ATF_TESTS_C+= trig_test > CFLAGS+= -O0 > .endif > > -CSTD= c99 > - > #COPTS+= -Wfloat-equal > > IGNORE_PRAGMA= > > . . . > > Modified: head/usr.bin/fetch/Makefile > ============================================================================== > --- head/usr.bin/fetch/Makefile Sun Aug 16 23:55:23 2020 (r364291) > +++ head/usr.bin/fetch/Makefile Mon Aug 17 05:57:02 2020 (r364292) > @@ -1,7 +1,6 @@ > # $FreeBSD$ > > PROG= fetch > -CSTD?= c99 > LIBADD= fetch > > .include <bsd.prog.mk> > > Modified: head/usr.bin/unzip/Makefile > ============================================================================== > --- head/usr.bin/unzip/Makefile Sun Aug 16 23:55:23 2020 (r364291) > +++ head/usr.bin/unzip/Makefile Mon Aug 17 05:57:02 2020 (r364292) > @@ -1,7 +1,6 @@ > # $FreeBSD$ > > PROG = unzip > -CSTD = c99 > LIBADD= archive > > .include <bsd.prog.mk> > For the c99's that were removed: why were they not gnu99's originally? If there is a reason, why is it now okay to revert to gnu99 instead of sticking with c99? === Mark Millard marklmi at yahoo.com ( dsl-only.net went away in early 2018-Mar)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?F70CFD50-BD8E-4E42-93F4-0AF7E46CD180>
