svn commit: r335273 - head/sbin/gvinum
Eitan Adler
eadler at FreeBSD.org
Sun Jun 17 01:39:24 UTC 2018
Author: eadler
Date: Sun Jun 17 01:39:22 2018
New Revision: 335273
URL: https://svnweb.freebsd.org/changeset/base/335273
Log:
gvinum: revert WARNS change in Makefile
Architectures that passed on a local build universe, failed on
tinderbox. Revert the number change for now while I investigate.
Modified:
head/sbin/gvinum/Makefile
Modified: head/sbin/gvinum/Makefile
==============================================================================
--- head/sbin/gvinum/Makefile Sun Jun 17 01:26:57 2018 (r335272)
+++ head/sbin/gvinum/Makefile Sun Jun 17 01:39:22 2018 (r335273)
@@ -5,6 +5,7 @@ PROG= gvinum
SRCS= gvinum.c gvinum.h geom_vinum_share.c
MAN= gvinum.8
+WARNS= 2
CFLAGS+= -I${SRCTOP}/sys -I${SYSROOT:U${DESTDIR}}/${INCLUDEDIR}/edit
LIBADD= edit geom
More information about the svn-src-all
mailing list