From b9bdf14a2693d354c4a7af4ef722439e23a59fba Mon Sep 17 00:00:00 2001 From: Michal Marek Date: Fri, 19 Feb 2010 16:18:41 +0100 Subject: [PATCH] --- yaml --- r: 199520 b: refs/heads/master c: a8bac511c8c18878908eb49f33f7257610b15180 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/scripts/tags.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index e1aa7c6ef176..20ae91dd3252 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e8d400a933fa44e2fba3849b084e1ae5814d7fca +refs/heads/master: a8bac511c8c18878908eb49f33f7257610b15180 diff --git a/trunk/scripts/tags.sh b/trunk/scripts/tags.sh index c1220419e59d..9f459536f289 100755 --- a/trunk/scripts/tags.sh +++ b/trunk/scripts/tags.sh @@ -5,7 +5,7 @@ # mode may be any of: tags, TAGS, cscope # # Uses the following environment variables: -# ARCH, SUBARCH, srctree, src, obj +# ARCH, SUBARCH, SRCARCH, srctree, src, obj if [ "$KBUILD_VERBOSE" = "1" ]; then set -x @@ -70,7 +70,7 @@ find_sources() all_sources() { - find_arch_include_sources ${ARCH} '*.[chS]' + find_arch_include_sources ${SRCARCH} '*.[chS]' if [ ! -z "$archinclude" ]; then find_arch_include_sources $archinclude '*.[chS]' fi