Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 7252
b: refs/heads/master
c: 66d609e
h: refs/heads/master
v: v3
  • Loading branch information
Sam Ravnborg committed Jul 28, 2005
1 parent c6f0697 commit 30046b3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 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: 49490571bcfe24d279a66ba24198e8ba299fe58f
refs/heads/master: 66d609ec8a4464b5fbe7a0723e3958b98c95991a
13 changes: 8 additions & 5 deletions trunk/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1203,9 +1203,15 @@ cscope: FORCE
$(call cmd,cscope)

quiet_cmd_TAGS = MAKE $@
cmd_TAGS = $(all-sources) | etags -
define cmd_TAGS
rm -f $@; \
ETAGSF=`etags --version | grep -i exuberant >/dev/null && echo "-I __initdata,__exitdata,EXPORT_SYMBOL,EXPORT_SYMBOL_GPL --extra=+f"`; \
$(all-sources) | xargs etags $$ETAGSF -a
endef

TAGS: FORCE
$(call cmd,TAGS)

# Exuberant ctags works better with -I

quiet_cmd_tags = MAKE $@
define cmd_tags
Expand All @@ -1214,9 +1220,6 @@ define cmd_tags
$(all-sources) | xargs ctags $$CTAGSF -a
endef

TAGS: FORCE
$(call cmd,TAGS)

tags: FORCE
$(call cmd,tags)

Expand Down

0 comments on commit 30046b3

Please sign in to comment.