Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/make make(1): fix compilation with GCC 8



details:   https://anonhg.NetBSD.org/src/rev/54603a771cf8
branches:  trunk
changeset: 943327:54603a771cf8
user:      rillig <rillig%NetBSD.org@localhost>
date:      Mon Aug 31 16:41:19 2020 +0000

description:
make(1): fix compilation with GCC 8

diffstat:

 usr.bin/make/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 684446168a49 -r 54603a771cf8 usr.bin/make/Makefile
--- a/usr.bin/make/Makefile     Mon Aug 31 16:20:00 2020 +0000
+++ b/usr.bin/make/Makefile     Mon Aug 31 16:41:19 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.97 2020/08/31 06:44:12 rillig Exp $
+#      $NetBSD: Makefile,v 1.98 2020/08/31 16:41:19 rillig Exp $
 #      @(#)Makefile    5.2 (Berkeley) 12/28/90
 
 PROG=  make
@@ -89,6 +89,7 @@
 COPTS.dir.c+=  -Wno-error=format-truncation
 COPTS.main.c+= -Wno-error=format-truncation
 COPTS.meta.c+= -Wno-error=format-truncation
+COPTS.parse.c+=        -Wno-error=format-truncation
 .endif
 
 USE_META?=     yes



Home | Main Index | Thread Index | Old Index