mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
tags: target added for Sasha
BitKeeper/deleted/.del-build-tags~7afb7e785b80f97: Delete: build-tags
This commit is contained in:
parent
d987ee7651
commit
bc8cb978d9
2 changed files with 6 additions and 11 deletions
|
@ -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
|
||||
|
|
11
build-tags
11
build-tags
|
@ -1,11 +0,0 @@
|
|||
#! /bin/sh
|
||||
|
||||
if [ ! -f configure.in ] ; then
|
||||
echo "$0 must be run from MySQL source root"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
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 {} \;
|
Loading…
Reference in a new issue