CVS commit: src/usr.sbin/sysinst/arch/mac68k

2023-06-03 Thread Luke Mewburn
Module Name:src
Committed By:   lukem
Date:   Sat Jun  3 21:33:25 UTC 2023

Modified Files:
src/usr.sbin/sysinst/arch/mac68k: Makefile

Log Message:
adapt to ${CC_WNO_STRINGOP_TRUNCATION}


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/usr.sbin/sysinst/arch/mac68k/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/sysinst/arch/mac68k/Makefile
diff -u src/usr.sbin/sysinst/arch/mac68k/Makefile:1.3 src/usr.sbin/sysinst/arch/mac68k/Makefile:1.4
--- src/usr.sbin/sysinst/arch/mac68k/Makefile:1.3	Mon Aug 10 06:54:45 2020
+++ src/usr.sbin/sysinst/arch/mac68k/Makefile	Sat Jun  3 21:33:25 2023
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.3 2020/08/10 06:54:45 rin Exp $
+#	$NetBSD: Makefile,v 1.4 2023/06/03 21:33:25 lukem Exp $
 #
 # Makefile for mac68k
 #
@@ -13,7 +13,6 @@ NO_GPT=		yes
 NO_MBR=		yes
 .endif
 
-# XXX
-COPTS.md.c=	-Wno-stringop-truncation
+COPTS.md.c=	${CC_WNO_STRINGOP_TRUNCATION}
 
 .include "../../Makefile.inc"



CVS commit: src/usr.sbin/sysinst/arch/mac68k

2023-06-03 Thread Luke Mewburn
Module Name:src
Committed By:   lukem
Date:   Sat Jun  3 21:33:25 UTC 2023

Modified Files:
src/usr.sbin/sysinst/arch/mac68k: Makefile

Log Message:
adapt to ${CC_WNO_STRINGOP_TRUNCATION}


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/usr.sbin/sysinst/arch/mac68k/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.