summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorserg@serg.mysql.com <>2001-12-03 23:30:44 +0100
committerserg@serg.mysql.com <>2001-12-03 23:30:44 +0100
commit2bb46b6c90744bbf071aa55042e4d39039d1e232 (patch)
treeffa3f043fc2888c71b8cb25ce992d69f9831f1d4 /Makefile.am
parent49b6f02dbe7c5d30c989b3a5c63945d3b0c8a520 (diff)
downloadmariadb-git-2bb46b6c90744bbf071aa55042e4d39039d1e232.tar.gz
tags: target added for Sasha
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 9df706dceb0..7257617b8e6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -73,6 +73,12 @@ init-db: all
bin-dist: all
$(top_builddir)/scripts/make_binary_distribution
+tags:
+ rm -f TAGS
+ find -not -path \*SCCS\* -and \
+ \( -name \*.cc -or -name \*.h -or -name \*.yy -or -name \*.c \) \
+ -print -exec etags -o TAGS --append {} \;
+
.PHONY: init-db bin-dist
# Test installation