tags: target added for Sasha

BitKeeper/deleted/.del-build-tags~7afb7e785b80f97:
  Delete: build-tags
This commit is contained in:
unknown 2001-12-03 23:30:44 +01:00
parent d987ee7651
commit bc8cb978d9
2 changed files with 6 additions and 11 deletions

View file

@ -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

View file

@ -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 {} \;