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}
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"