svn commit: r294875 - head/sys/conf

Bryan Drewery bdrewery at FreeBSD.org
Wed Jan 27 01:24:15 UTC 2016


Author: bdrewery
Date: Wed Jan 27 01:24:14 2016
New Revision: 294875
URL: https://svnweb.freebsd.org/changeset/base/294875

Log:
  FAST_DEPEND: Mark some unneeded code for later removal.
  
  Sponsored by:	EMC / Isilon Storage Division

Modified:
  head/sys/conf/kern.pre.mk

Modified: head/sys/conf/kern.pre.mk
==============================================================================
--- head/sys/conf/kern.pre.mk	Wed Jan 27 01:24:11 2016	(r294874)
+++ head/sys/conf/kern.pre.mk	Wed Jan 27 01:24:14 2016	(r294875)
@@ -64,7 +64,7 @@ NOSTDINC= -nostdinc
 
 INCLUDES= ${NOSTDINC} ${INCLMAGIC} -I. -I$S
 
-.if make(depend) || make(kernel-depend)
+.if ${MK_FAST_DEPEND} == "no" && (make(depend) || make(kernel-depend))
 
 # This hack lets us use the ipfilter code without spamming a new
 # include path into contrib'ed source files.


More information about the svn-src-all mailing list