svn commit: r263839 - in stable: 10/sbin/devd 9/sbin/devd
Dimitry Andric
dim at FreeBSD.org
Thu Mar 27 20:46:47 UTC 2014
Author: dim
Date: Thu Mar 27 20:46:46 2014
New Revision: 263839
URL: http://svnweb.freebsd.org/changeset/base/263839
Log:
MFC r263694:
Apply a temporary band-aid for building devd with clang 3.4, libstdc++
and -Wsystem-headers enabled (which is the default for any non-zero
WARNS level, crazily enough!). This is primarily meant to be MFC'd as
soon as possible.
Modified:
stable/9/sbin/devd/Makefile
Directory Properties:
stable/9/sbin/devd/ (props changed)
Changes in other areas also in this revision:
Modified:
stable/10/sbin/devd/Makefile
Directory Properties:
stable/10/ (props changed)
Modified: stable/9/sbin/devd/Makefile
==============================================================================
--- stable/9/sbin/devd/Makefile Thu Mar 27 20:32:58 2014 (r263838)
+++ stable/9/sbin/devd/Makefile Thu Mar 27 20:46:46 2014 (r263839)
@@ -13,6 +13,7 @@ LDADD= -ll -lutil
YFLAGS+=-v
CFLAGS+=-I. -I${.CURDIR}
+CFLAGS.clang+=-Wno-keyword-compat
CLEANFILES= y.output
More information about the svn-src-stable-9
mailing list