Module: kamailio Branch: master Commit: 68b7a13b9950a24455e19913e740f92baa8674dc URL: https://github.com/kamailio/kamailio/commit/68b7a13b9950a24455e19913e740f92b...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2016-06-29T18:23:54+02:00
Makefile.rules: exclude test folder from tags generation paths
---
Modified: Makefile.rules
---
Diff: https://github.com/kamailio/kamailio/commit/68b7a13b9950a24455e19913e740f92b... Patch: https://github.com/kamailio/kamailio/commit/68b7a13b9950a24455e19913e740f92b...
---
diff --git a/Makefile.rules b/Makefile.rules index f0882b4..2cdffa1 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -272,7 +272,7 @@ clean_doxygen: .PHONY: TAGS .PHONY: tags TAGS tags: - $(MKTAGS) --exclude="obsolete/*" -R . + $(MKTAGS) --exclude="obsolete/*" --exclude="test/*" -R .
.PHONY: TAGS-ALL .PHONY: tags-all