svn commit: r276493 - head/share/mk

Garrett Cooper ngie at FreeBSD.org
Thu Jan 1 04:10:57 UTC 2015


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>


More information about the svn-src-head mailing list