Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/xlint lint: clean gcov files for lint2 and xlint as ...



details:   https://anonhg.NetBSD.org/src/rev/37e95172065a
branches:  trunk
changeset: 1022784:37e95172065a
user:      rillig <rillig%NetBSD.org@localhost>
date:      Sat Aug 07 17:38:41 2021 +0000

description:
lint: clean gcov files for lint2 and xlint as well

diffstat:

 usr.bin/xlint/Makefile.inc   |  4 +++-
 usr.bin/xlint/lint1/Makefile |  3 +--
 2 files changed, 4 insertions(+), 3 deletions(-)

diffs (35 lines):

diff -r 280eb38aad80 -r 37e95172065a usr.bin/xlint/Makefile.inc
--- a/usr.bin/xlint/Makefile.inc        Sat Aug 07 16:21:02 2021 +0000
+++ b/usr.bin/xlint/Makefile.inc        Sat Aug 07 17:38:41 2021 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.14 2021/04/18 22:51:24 rillig Exp $
+#      $NetBSD: Makefile.inc,v 1.15 2021/08/07 17:38:41 rillig Exp $
 
 .include <bsd.own.mk>
 
@@ -17,6 +17,8 @@
 CPPFLAGS+=     -I${.CURDIR}/../arch/${ARCHSUBDIR}
 CPPFLAGS+=     -I${.CURDIR}/../common
 
+CLEANFILES+=   *.gcno *.gcda *.gcov
+
 .if exists(${.CURDIR}/../../Makefile.inc)
 .include "${.CURDIR}/../../Makefile.inc"
 .endif
diff -r 280eb38aad80 -r 37e95172065a usr.bin/xlint/lint1/Makefile
--- a/usr.bin/xlint/lint1/Makefile      Sat Aug 07 16:21:02 2021 +0000
+++ b/usr.bin/xlint/lint1/Makefile      Sat Aug 07 17:38:41 2021 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.82 2021/07/31 18:16:42 rillig Exp $
+#      $NetBSD: Makefile,v 1.83 2021/08/07 17:38:41 rillig Exp $
 
 .include <bsd.own.mk>
 
@@ -29,7 +29,6 @@
 BINDIR=                /usr/libexec
 
 CLEANFILES+=   ${MAN}
-CLEANFILES+=   *.gcno *.gcda *.gcov
 
 .if ${USETOOLS} == "yes"
 LINT1=         ${TOOLDIR}/libexec/${MACHINE_GNU_PLATFORM}-lint1



Home | Main Index | Thread Index | Old Index