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
Xin LI
delphij at FreeBSD.org
Mon Aug 17 05:57:04 UTC 2020
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.
MFC after: 2 weeks
Modified:
head/lib/libc/tests/sys/Makefile
head/lib/libfetch/Makefile
head/lib/libpam/libpam/Makefile
head/lib/msun/tests/Makefile
head/libexec/rtld-elf/Makefile
head/usr.bin/fetch/Makefile
head/usr.bin/unzip/Makefile
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/libexec/rtld-elf/Makefile
==============================================================================
--- head/libexec/rtld-elf/Makefile Sun Aug 16 23:55:23 2020 (r364291)
+++ head/libexec/rtld-elf/Makefile Mon Aug 17 05:57:02 2020 (r364292)
@@ -29,7 +29,6 @@ SRCS= \
debug.c \
libmap.c
MAN?= rtld.1
-CSTD?= gnu99
ACFLAGS+= -DLOCORE
CFLAGS+= -Wall -DFREEBSD_ELF -DIN_RTLD -ffreestanding
CFLAGS+= -I${SRCTOP}/lib/csu/common
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>
More information about the svn-src-head
mailing list