mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
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
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user