Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Jan 2016 22:42:01 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r294352 - head/sys/conf
Message-ID:  <201601192242.u0JMg13h064564@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Tue Jan 19 22:42:01 2016
New Revision: 294352
URL: https://svnweb.freebsd.org/changeset/base/294352

Log:
  FAST_DEPEND: Add header dependency missed in r290629.
  
  Sponsored by:	EMC / Isilon Storage Division

Modified:
  head/sys/conf/kmod.mk

Modified: head/sys/conf/kmod.mk
==============================================================================
--- head/sys/conf/kmod.mk	Tue Jan 19 22:41:58 2016	(r294351)
+++ head/sys/conf/kmod.mk	Tue Jan 19 22:42:01 2016	(r294352)
@@ -456,7 +456,7 @@ cleandepend: cleanilinks
 cleanilinks:
 	rm -f ${_ILINKS}
 
-.if !exists(${.OBJDIR}/${DEPENDFILE})
+.if ${MK_FAST_DEPEND} == "yes" || !exists(${.OBJDIR}/${DEPENDFILE})
 ${OBJS}: ${SRCS:M*.h}
 .endif
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601192242.u0JMg13h064564>