Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 747
b: refs/heads/master
c: efcd5e3
h: refs/heads/master
i:
  745: d685db4
  743: d5a2a37
v: v3
  • Loading branch information
Emanuele Giaquinta authored and Linus Torvalds committed May 1, 2005
1 parent 1f9d4b3 commit cf4628e
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 16f31113a614a35acc2da64f4ae39ab0ed7e194f
refs/heads/master: efcd5e3ab089496865571d22443dd3f514dae60c
4 changes: 2 additions & 2 deletions trunk/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1190,8 +1190,8 @@ cmd_TAGS = $(all-sources) | etags -
quiet_cmd_tags = MAKE $@
define cmd_tags
rm -f $@; \
CTAGSF=`ctags --version | grep -i exuberant >/dev/null && echo "-I __initdata,__exitdata,EXPORT_SYMBOL,EXPORT_SYMBOL_GPL"`; \
$(all-sources) | xargs ctags $$CTAGSF -a --extra=+f
CTAGSF=`ctags --version | grep -i exuberant >/dev/null && echo "-I __initdata,__exitdata,EXPORT_SYMBOL,EXPORT_SYMBOL_GPL --extra=+f"`; \
$(all-sources) | xargs ctags $$CTAGSF -a
endef

TAGS: FORCE
Expand Down

0 comments on commit cf4628e

Please sign in to comment.