[Asterisk-code-review] Remove *.gcna / *.gcno files from added module sources. (asterisk[master])
Corey Farrell
asteriskteam at digium.com
Thu Jan 14 14:41:04 CST 2016
Corey Farrell has uploaded a new change for review.
https://gerrit.asterisk.org/2011
Change subject: Remove *.gcna / *.gcno files from added module sources.
......................................................................
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
---
M Makefile.moddir_rules
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/11/2011/1
diff --git a/Makefile.moddir_rules b/Makefile.moddir_rules
index df715d9..a92b0d8 100644
--- a/Makefile.moddir_rules
+++ b/Makefile.moddir_rules
@@ -77,7 +77,7 @@
clean:: 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
--
To view, visit https://gerrit.asterisk.org/2011
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Idc0823fe80a25c42cefae901fde875e9fc38d8ea
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Owner: Corey Farrell <git at cfware.com>
More information about the asterisk-code-review
mailing list