Skip to content
Snippets Groups Projects
Commit c7caee6c authored by Corey Farrell's avatar Corey Farrell
Browse files

Remove *.gcna / *.gcno files from added module sources.

Asterisk uses a Makefile macro to associate additional sources with a
module.  This macro is responsible for creating clean targets but
previously left behind *.gcna and *.gcno files.

ASTERISK-25683 #close
Reported by yaron nahum

Change-Id: Idc0823fe80a25c42cefae901fde875e9fc38d8ea
parent c3d458d2
Branches
Tags
No related merge requests found
...@@ -77,7 +77,7 @@ $$(subst $(3),$(5),$(2)): _ASTCFLAGS+=$$(call MOD_ASTCFLAGS,$(1)) ...@@ -77,7 +77,7 @@ $$(subst $(3),$(5),$(2)): _ASTCFLAGS+=$$(call MOD_ASTCFLAGS,$(1))
clean:: clean-$(1)$(3) clean:: clean-$(1)$(3)
clean-$(1)$(3): clean-$(1)$(3):
rm -f $$(subst $(3),$(5),$(2)) $$(subst $(3),$(4),$(2)) rm -f $$(subst $(3),$(4),$(2)) $$(subst $(3),$(5),$(2)) $$(subst $(3),$(6),$(2)) $$(subst $(3),$(7),$(2))
endef endef
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment