Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 177703
b: refs/heads/master
c: eb8f844
h: refs/heads/master
i:
  177701: 5360a78
  177699: 49775f2
  177695: 9119b3c
v: v3
  • Loading branch information
Daniel Vetter authored and Michal Marek committed Dec 12, 2009
1 parent 689580f commit 9d781ec
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 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: 32197c7ffb06b1319850f8fdfa1a49d32a63b79b
refs/heads/master: eb8f844c0a41c4529a7d06b7801296eca9ae67aa
8 changes: 7 additions & 1 deletion trunk/scripts/tags.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,13 @@ all_defconfigs()

docscope()
{
(echo \-k; echo \-q; all_sources) > cscope.files
# always use absolute paths for cscope, as recommended by cscope
# upstream
case "$tree" in
/*) ;;
*) tree=$PWD/$tree ;;
esac
(cd /; echo \-k; echo \-q; all_sources) > cscope.files
cscope -b -f cscope.out
}

Expand Down

0 comments on commit 9d781ec

Please sign in to comment.