← Back to team overview

maria-developers team mailing list archive

bzr commit into MariaDB 5.1, with Maria 1.5:maria branch (knielsen:2700)

 

#At lp:maria

 2700 knielsen@xxxxxxxxxxxxxxx	2009-05-18
      Fix support-files/build-tags for newer bzr which do not default to --recursive on bzr ls.
      modified:
        support-files/build-tags

=== modified file 'support-files/build-tags'
--- a/support-files/build-tags	2008-08-06 20:25:25 +0000
+++ b/support-files/build-tags	2009-05-18 07:29:14 +0000
@@ -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