Bug#37201: make tags doesn't work in bazaar server trees
bk sfiles -> bzr ls
This commit is contained in:
parent
27a17b251d
commit
15beb38f9f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user