Only populate GCNOS if running clean or install targets

This commit is contained in:
Enji Cooper 2017-08-23 03:54:34 +00:00
parent 1a2361e50e
commit 9efc32ad99
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/runtime-coverage/; revision=322805

View File

@ -2,6 +2,8 @@
.include <bsd.own.mk>
.if make(*clean) || make(*install)
FILESGROUPS?= FILES
cov_objs_no_suffixes= ${COV_OBJS:R}
@ -26,3 +28,5 @@ ${DESTDIR}${_gcno_dir}:
.endif
.endfor
.endif
.endif