Bug#37201: make tags doesn't work in bazaar server trees

bk sfiles -> bzr ls
This commit is contained in:
Chad MILLER 2008-08-06 15:27:28 -04:00
parent 27a17b251d
commit 15beb38f9f

View File

@ -2,7 +2,7 @@
rm -f TAGS
filter='\.cc$\|\.c$\|\.h$\|\.yy$'
files=`bk -r sfiles -gU | grep $filter `
files=`bzr ls --kind=file | grep $filter `
for f in $files ;
do
etags -o TAGS --append $f