From 2c17515f3c53c4ec5846b1621a373ba7b5628f74 Mon Sep 17 00:00:00 2001 From: Matt Jordan Date: Sat, 27 Jun 2015 18:47:19 -0500 Subject: Makefile: Remove coverage files on 'make clean' This patch updates a variety of Makefiles in Asterisk's build system to remove .gcda and .gcno files when 'make clean' is executed. These files are generated when '--enable-coverage' is passed to the Asterisk configure script. Change-Id: Ib70b41eea2ee2908885bff02e80faf9f40c84602 --- channels/misdn/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'channels/misdn/Makefile') diff --git a/channels/misdn/Makefile b/channels/misdn/Makefile index 194bef5ae..96d5a2a3d 100644 --- a/channels/misdn/Makefile +++ b/channels/misdn/Makefile @@ -14,4 +14,4 @@ portinfo: portinfo.o $(CC) -o $@ $^ -lisdnnet -lmISDN -lpthread clean: - rm -rf *.a *.o *.so portinfo *.i + rm -rf *.a *.o *.so portinfo *.i *.gcda *.gcno -- cgit v1.2.3