svn commit: r263839 - in stable: 10/sbin/devd 9/sbin/devd

2014-03-27 Thread Dimitry Andric
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/10/sbin/devd/Makefile
Directory Properties:
  stable/10/   (props changed)

Changes in other areas also in this revision:
Modified:
  stable/9/sbin/devd/Makefile
Directory Properties:
  stable/9/sbin/devd/   (props changed)

Modified: stable/10/sbin/devd/Makefile
==
--- stable/10/sbin/devd/MakefileThu Mar 27 20:32:58 2014
(r263838)
+++ stable/10/sbin/devd/MakefileThu 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
 
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to svn-src-all-unsubscr...@freebsd.org


svn commit: r263839 - in stable: 10/sbin/devd 9/sbin/devd

2014-03-27 Thread Dimitry Andric
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
 
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to svn-src-all-unsubscr...@freebsd.org