Commit a129a824 authored by Michael Widenius's avatar Michael Widenius

Merge

support-files/build-tags:
  Merge.
parents 224108a1 47d05970
......@@ -4,7 +4,7 @@ rm -f TAGS
filter='\.cc$\|\.c$\|\.h$\|\.yy$'
list="find . -type f"
bzr root >/dev/null 2>/dev/null && list="bzr ls --kind=file --versioned"
bzr root >/dev/null 2>/dev/null && list="bzr ls --recursive --kind=file --versioned"
$list |grep $filter |while read f;
do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment