diff options
author | serg@serg.mysql.com <> | 2001-12-03 23:30:44 +0100 |
---|---|---|
committer | serg@serg.mysql.com <> | 2001-12-03 23:30:44 +0100 |
commit | 2bb46b6c90744bbf071aa55042e4d39039d1e232 (patch) | |
tree | ffa3f043fc2888c71b8cb25ce992d69f9831f1d4 /Makefile.am | |
parent | 49b6f02dbe7c5d30c989b3a5c63945d3b0c8a520 (diff) | |
download | mariadb-git-2bb46b6c90744bbf071aa55042e4d39039d1e232.tar.gz |
tags: target added for Sasha
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
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 |