Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 199556
b: refs/heads/master
c: e93bc1a
h: refs/heads/master
v: v3
  • Loading branch information
Michal Marek committed Mar 8, 2010
1 parent eaca4de commit 9c54925
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 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: a6c366324cacd5f71107dd01362b995a1c67b1ad
refs/heads/master: e93bc1a0cab3e54e3c1947e01c8e73892e35630d
10 changes: 3 additions & 7 deletions trunk/scripts/tags.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ ignore="( -name SCCS -o -name BitKeeper -o -name .svn -o \
-prune -o"

# Do not use full path if we do not use O=.. builds
# Use make O=. {tags|cscope}
# to force full paths for a non-O= build
if [ "${KBUILD_SRC}" = "" ]; then
tree=
else
Expand Down Expand Up @@ -108,13 +110,7 @@ all_defconfigs()

docscope()
{
# 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
(echo \-k; echo \-q; all_sources) > cscope.files
cscope -b -f cscope.out
}

Expand Down

0 comments on commit 9c54925

Please sign in to comment.