svn commit: r295983 - head/sys/conf

Bryan Drewery bdrewery at FreeBSD.org
Wed Feb 24 17:19:00 UTC 2016


Author: bdrewery
Date: Wed Feb 24 17:18:58 2016
New Revision: 295983
URL: https://svnweb.freebsd.org/changeset/base/295983

Log:
  Remove ilinks in cleandepend directly via CLEANDEPENDFILES.
  
  The 'cleanilinks' target is kept since it may still be useful as added in
  r200178, though never documented.
  
  Sponsored by:	EMC / Isilon Storage Division

Modified:
  head/sys/conf/kmod.mk

Modified: head/sys/conf/kmod.mk
==============================================================================
--- head/sys/conf/kmod.mk	Wed Feb 24 17:18:55 2016	(r295982)
+++ head/sys/conf/kmod.mk	Wed Feb 24 17:18:58 2016	(r295983)
@@ -452,7 +452,7 @@ ${OBJS}: opt_global.h
 
 .include <bsd.dep.mk>
 
-cleandepend: cleanilinks
+CLEANDEPENDFILES+=	${_ILINKS}
 # .depend needs include links so we remove them only together.
 cleanilinks:
 	rm -f ${_ILINKS}


More information about the svn-src-all mailing list