Author: ngie
Date: Thu Jan  1 04:10:56 2015
New Revision: 276493
URL: https://svnweb.freebsd.org/changeset/base/276493

Log:
  Unbreak the build for some modules that depend on -std flags to be passed
  through via CFLAGS, as noted by Jenkins when building sparc64 by re-adding
  bsd.sys.mk to bsd.kmod.mk:
  https://jenkins.freebsd.org/job/FreeBSD_HEAD_sparc64/225/changes
  
  Tested with:
      % cd /sys/modules/bce; make obj; make depend; make all

Modified:
  head/share/mk/bsd.kmod.mk

Modified: head/share/mk/bsd.kmod.mk
==============================================================================
--- head/share/mk/bsd.kmod.mk   Thu Jan  1 02:12:43 2015        (r276492)
+++ head/share/mk/bsd.kmod.mk   Thu Jan  1 04:10:56 2015        (r276493)
@@ -13,3 +13,5 @@ SYSDIR=       ${_dir}
 .endif
 
 .include "${SYSDIR}/conf/kmod.mk"
+
+.include <bsd.sys.mk>
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to