Module: kamailio
Branch: master
Commit: b024f5aea72f172b39dd4d8947934be52f07dbe4
URL:
https://github.com/kamailio/kamailio/commit/b024f5aea72f172b39dd4d8947934be…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2016-04-11T12:57:31+02:00
Makefile.rules: added target tags as alias for target TAGS
---
Modified: Makefile.rules
---
Diff:
https://github.com/kamailio/kamailio/commit/b024f5aea72f172b39dd4d8947934be…
Patch:
https://github.com/kamailio/kamailio/commit/b024f5aea72f172b39dd4d8947934be…
---
diff --git a/Makefile.rules b/Makefile.rules
index 1d0407d..f0882b4 100644
--- a/Makefile.rules
+++ b/Makefile.rules
@@ -270,11 +270,13 @@ clean_doxygen:
.PHONY: TAGS
-TAGS:
+.PHONY: tags
+TAGS tags:
$(MKTAGS) --exclude="obsolete/*" -R .
.PHONY: TAGS-ALL
-TAGS-ALL:
+.PHONY: tags-all
+TAGS-ALL tags-all:
$(MKTAGS) -R .