fixeria has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41207?usp=email )


Change subject: Makefile: ctags: include *.cc/*.hh files
......................................................................

Makefile: ctags: include *.cc/*.hh files

Also generate tags for *.cc/*.hh files.  In order to avoid generating
tags for generated source files, limit the search scope for `find`.

Change-Id: Iab28b36ea6bb6ece45d1834dfc04be489da39ea2
---
M Makefile
1 file changed, 3 insertions(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks 
refs/changes/07/41207/1

diff --git a/Makefile b/Makefile
index cbf421f..d7f8b7d 100644
--- a/Makefile
+++ b/Makefile
@@ -139,7 +139,9 @@

 .PHONY: tags regen-diameter-types-ttcn clean
 tags:
-       find $(shell pwd) \
+       find deps library $(SUBDIRS) \
+               -type f -name "*.cc" -o \
+               -type f -name "*.hh" -o \
                -type f -name "*.ttcn" -o \
                -type f -name "*.ttcnpp" | \
        xargs ctags

--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41207?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings?usp=email

Gerrit-MessageType: newchange
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Iab28b36ea6bb6ece45d1834dfc04be489da39ea2
Gerrit-Change-Number: 41207
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <[email protected]>

Reply via email to