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

_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to