Module Name:    src
Committed By:   mrg
Date:           Sun Sep  6 10:51:20 UTC 2020

Modified Files:
        src/games/tetris: Makefile

Log Message:
apply ${GCC_NO_FORMAT_TRUNCATION} to scores.c


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/games/tetris/Makefile

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

Modified files:

Index: src/games/tetris/Makefile
diff -u src/games/tetris/Makefile:1.8 src/games/tetris/Makefile:1.9
--- src/games/tetris/Makefile:1.8	Sun Oct 13 07:28:10 2019
+++ src/games/tetris/Makefile	Sun Sep  6 10:51:20 2020
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.8 2019/10/13 07:28:10 mrg Exp $
+#	$NetBSD: Makefile,v 1.9 2020/09/06 10:51:20 mrg Exp $
 #	@(#)Makefile	8.1 (Berkeley) 5/31/93
 
 PROG=	tetris
@@ -10,5 +10,6 @@ HIDEGAME=hidegame
 SETGIDGAME=yes
 
 COPTS.tetris.c+=	${GCC_NO_FORMAT_TRUNCATION}
+COPTS.scores.c+=	${GCC_NO_FORMAT_TRUNCATION}
 
 .include <bsd.prog.mk>

Reply via email to