Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 312314
b: refs/heads/master
c: 6545e3a
h: refs/heads/master
v: v3
  • Loading branch information
Namhyung Kim authored and Arnaldo Carvalho de Melo committed Jun 29, 2012
1 parent f584166 commit 72f27c8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f526a4ce2643e2636c091cf2bf0ec1442110c5b7
refs/heads/master: 6545e3a8f0666b60b26202a5271a94f7cd9601a8
6 changes: 4 additions & 2 deletions trunk/tools/lib/traceevent/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -270,11 +270,13 @@ endif

tags: force
$(RM) tags
find . -name '*.[ch]' | xargs ctags --extra=+f --c-kinds=+px
find . -name '*.[ch]' | xargs ctags --extra=+f --c-kinds=+px \
--regex-c++='/_PE\(([^,)]*).*/PEVENT_ERRNO__\1/'

TAGS: force
$(RM) TAGS
find . -name '*.[ch]' | xargs etags
find . -name '*.[ch]' | xargs etags \
--regex='/_PE(\([^,)]*\).*/PEVENT_ERRNO__\1/'

define do_install
$(print_install) \
Expand Down

0 comments on commit 72f27c8

Please sign in to comment.