svn commit: r326550 - head/sys/conf

Bryan Drewery bdrewery at FreeBSD.org
Tue Dec 5 02:23:28 UTC 2017


Author: bdrewery
Date: Tue Dec  5 02:23:27 2017
New Revision: 326550
URL: https://svnweb.freebsd.org/changeset/base/326550

Log:
  DEPENDSRCS not used here.
  
  Sponsored by:	Dell EMC

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

Modified: head/sys/conf/kern.post.mk
==============================================================================
--- head/sys/conf/kern.post.mk	Tue Dec  5 02:23:23 2017	(r326549)
+++ head/sys/conf/kern.post.mk	Tue Dec  5 02:23:27 2017	(r326550)
@@ -219,7 +219,6 @@ DEPEND_MP?=	-MP
 ${DEPENDOBJS}:	.NOMETA
 .depend:	.NOMETA
 # Unset these to avoid looping/statting on them later.
-.undef DEPENDSRCS
 .undef DEPENDOBJS
 .undef DEPENDFILES
 .endif	# defined(_SKIP_DEPEND)


More information about the svn-src-all mailing list