From 49f81ddb85a4460ae69569a87a0ea1ae264e3019 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 --- pbx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pbx/Makefile') diff --git a/pbx/Makefile b/pbx/Makefile index 0afc4bcad..a031cdfa5 100644 --- a/pbx/Makefile +++ b/pbx/Makefile @@ -24,7 +24,7 @@ ifneq ($(findstring $(OSARCH), mingw32 cygwin ),) endif clean:: - rm -f ael/*.o ael/*.i + rm -f ael/*.o ael/*.i ael/*.gcda ael/*.gcno dundi-parser.o: dundi-parser.h dundi-parser.o: _ASTCFLAGS+=-I. -- cgit v1.2.3