svn commit: r294360 - head/sys/conf

Bryan Drewery bdrewery at FreeBSD.org
Tue Jan 19 23:25:26 UTC 2016


Author: bdrewery
Date: Tue Jan 19 23:25:25 2016
New Revision: 294360
URL: https://svnweb.freebsd.org/changeset/base/294360

Log:
  Revert r294352.
  
  Further research showed it was the wrong fix and revealed a bigger
  problem with the goal of skipping 'make depend'.

Modified:
  head/sys/conf/kmod.mk

Modified: head/sys/conf/kmod.mk
==============================================================================
--- head/sys/conf/kmod.mk	Tue Jan 19 23:18:49 2016	(r294359)
+++ head/sys/conf/kmod.mk	Tue Jan 19 23:25:25 2016	(r294360)
@@ -456,7 +456,7 @@ cleandepend: cleanilinks
 cleanilinks:
 	rm -f ${_ILINKS}
 
-.if ${MK_FAST_DEPEND} == "yes" || !exists(${.OBJDIR}/${DEPENDFILE})
+.if !exists(${.OBJDIR}/${DEPENDFILE})
 ${OBJS}: ${SRCS:M*.h}
 .endif
 


More information about the svn-src-all mailing list