Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/xlint/lint1 lint: remove gcov results on "make clean"
details: https://anonhg.NetBSD.org/src/rev/d076e4aa1002
branches: trunk
changeset: 952857:d076e4aa1002
user: rillig <rillig%NetBSD.org@localhost>
date: Fri Feb 19 23:25:26 2021 +0000
description:
lint: remove gcov results on "make clean"
diffstat:
usr.bin/xlint/lint1/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 4b8145b85251 -r d076e4aa1002 usr.bin/xlint/lint1/Makefile
--- a/usr.bin/xlint/lint1/Makefile Fri Feb 19 23:22:19 2021 +0000
+++ b/usr.bin/xlint/lint1/Makefile Fri Feb 19 23:25:26 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.60 2021/02/19 12:28:56 rillig Exp $
+# $NetBSD: Makefile,v 1.61 2021/02/19 23:25:26 rillig Exp $
.include <bsd.own.mk>
@@ -21,6 +21,7 @@
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