Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Feb 2016 17:18:59 +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: r295983 - head/sys/conf
Message-ID:  <201602241718.u1OHIxYA089525@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



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