Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
2c933391
Commit
2c933391
authored
Aug 06, 2008
by
Chad MILLER
Browse files
Options
Browse Files
Download
Plain Diff
Better fix of build-tags, merged from local 5.0-bugteam .
parents
d771e014
82d13392
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
support-files/build-tags
support-files/build-tags
+5
-2
No files found.
support-files/build-tags
View file @
2c933391
...
@@ -2,8 +2,11 @@
...
@@ -2,8 +2,11 @@
rm
-f
TAGS
rm
-f
TAGS
filter
=
'\.cc$\|\.c$\|\.h$\|\.yy$'
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
do
etags
-o
TAGS
--append
$f
etags
-o
TAGS
--append
$f
done
done
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment