Module: kamailio Branch: master Commit: b024f5aea72f172b39dd4d8947934be52f07dbe4 URL: https://github.com/kamailio/kamailio/commit/b024f5aea72f172b39dd4d8947934be52f07dbe4
Author: Daniel-Constantin Mierla <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> 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/b024f5aea72f172b39dd4d8947934be52f07dbe4.diff Patch: https://github.com/kamailio/kamailio/commit/b024f5aea72f172b39dd4d8947934be52f07dbe4.patch --- 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 . _______________________________________________ sr-dev mailing list [email protected] http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
