mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 11:27:39 +02:00
Better fix of build-tags, merged from local 5.0-bugteam .
This commit is contained in:
commit
2c933391f6
1 changed files with 5 additions and 2 deletions
|
|
@ -2,8 +2,11 @@
|
|||
|
||||
rm -f TAGS
|
||||
filter='\.cc$\|\.c$\|\.h$\|\.yy$'
|
||||
files=`bzr ls --kind=file | grep $filter `
|
||||
for f in $files ;
|
||||
|
||||
list="find . -type f"
|
||||
bzr root >/dev/null 2>/dev/null && list="bzr ls --kind=file --versioned"
|
||||
|
||||
$list |grep $filter |while read f;
|
||||
do
|
||||
etags -o TAGS --append $f
|
||||
done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue