Change in osmo-ttcn3-hacks[master]: Makefile: add target for generating tags

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

laforge gerrit-no-reply at lists.osmocom.org
Sun Dec 5 09:36:06 UTC 2021


laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/26446 )

Change subject: Makefile: add target for generating tags
......................................................................

Makefile: add target for generating tags

Change-Id: Ic2c68c12471d872f449e29082a98df14b47bbda4
---
M Makefile
1 file changed, 7 insertions(+), 0 deletions(-)

Approvals:
  laforge: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/Makefile b/Makefile
index f05ab48..87ce759 100644
--- a/Makefile
+++ b/Makefile
@@ -108,3 +108,10 @@
 	$(eval $(call DIR_clean_template,$(dir)))	\
 	$(eval $(call DIR_all_template,$(dir)))		\
 	)
+
+.PHONY: tags
+tags:
+	find $(shell pwd) \
+		-type f -name "*.ttcn" -o \
+		-type f -name "*.ttcnpp" | \
+	xargs ctags

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

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Ic2c68c12471d872f449e29082a98df14b47bbda4
Gerrit-Change-Number: 26446
Gerrit-PatchSet: 2
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20211205/5d6d7d5f/attachment.htm>


More information about the gerrit-log mailing list