Module Name: src
Committed By: sjg
Date: Sat Dec 5 22:51:34 UTC 2020
Modified Files:
src/usr.bin/make/unit-tests: meta-cmd-cmp.mk
Log Message:
Don't let gcov mess up results
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/usr.bin/make/unit-tests/meta-cmd-cmp.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/make/unit-tests/meta-cmd-cmp.mk
diff -u src/usr.bin/make/unit-tests/meta-cmd-cmp.mk:1.1 src/usr.bin/make/unit-tests/meta-cmd-cmp.mk:1.2
--- src/usr.bin/make/unit-tests/meta-cmd-cmp.mk:1.1 Mon Nov 30 18:32:49 2020
+++ src/usr.bin/make/unit-tests/meta-cmd-cmp.mk Sat Dec 5 22:51:34 2020
@@ -1,4 +1,4 @@
-# $NetBSD: meta-cmd-cmp.mk,v 1.1 2020/11/30 18:32:49 sjg Exp $
+# $NetBSD: meta-cmd-cmp.mk,v 1.2 2020/12/05 22:51:34 sjg Exp $
#
# Tests META_MODE command line comparison
#
@@ -47,3 +47,6 @@ change1: .PHONY
change2: .PHONY
@echo $@:
@${.MAKE} -dM -r -C ${.CURDIR} -f ${MAKEFILE} FLAGS2=changed ${tests}
+
+# don't let gcov mess up the results
+.MAKE.META.IGNORE_PATTERNS+= *.gcda