From 72f27c8286ef9e82303a4082625a2af730383c9a Mon Sep 17 00:00:00 2001 From: Namhyung Kim Date: Fri, 22 Jun 2012 17:10:14 +0900 Subject: [PATCH] --- yaml --- r: 312314 b: refs/heads/master c: 6545e3a8f0666b60b26202a5271a94f7cd9601a8 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/tools/lib/traceevent/Makefile | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index f9534d741905..ed47d47df5d2 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f526a4ce2643e2636c091cf2bf0ec1442110c5b7 +refs/heads/master: 6545e3a8f0666b60b26202a5271a94f7cd9601a8 diff --git a/trunk/tools/lib/traceevent/Makefile b/trunk/tools/lib/traceevent/Makefile index 423f4b81ecce..34a577e7d554 100644 --- a/trunk/tools/lib/traceevent/Makefile +++ b/trunk/tools/lib/traceevent/Makefile @@ -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) \