Module Name: src
Committed By: mrg
Date: Wed Feb 7 06:17:07 UTC 2018
Modified Files:
src/external/bsd/cron/bin/cron: Makefile
Log Message:
update for GCC 6:
do_process has vfork() vs clobber issues
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/bsd/cron/bin/cron/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/bsd/cron/bin/cron/Makefile
diff -u src/external/bsd/cron/bin/cron/Makefile:1.6 src/external/bsd/cron/bin/cron/Makefile:1.7
--- src/external/bsd/cron/bin/cron/Makefile:1.6 Wed Jun 14 17:37:40 2017
+++ src/external/bsd/cron/bin/cron/Makefile Wed Feb 7 06:17:07 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2017/06/14 17:37:40 christos Exp $
+# $NetBSD: Makefile,v 1.7 2018/02/07 06:17:07 mrg Exp $
.include <bsd.own.mk>
@@ -19,5 +19,6 @@ LDADD+= -lpam ${PAM_STATIC_LDADD}
.endif
CWARNFLAGS.clang+= -Wno-string-plus-int
+CWARNFLAGS.gcc+= -Wno-error=clobbered
.include <bsd.prog.mk>