From d09e034c2b0987429898b03f35ad0848d3adadb9 Mon Sep 17 00:00:00 2001 From: Alexey Dobriyan Date: Wed, 11 Feb 2009 13:24:09 -0800 Subject: [PATCH] --- yaml --- r: 131424 b: refs/heads/master c: 953fae66d124486c9e284806429c52c5402f59ac h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/scripts/tags.sh | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index ea0494d8ccb7..e50d62dbfbe1 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0bb98e231803860e978c302b9faccaf776881137 +refs/heads/master: 953fae66d124486c9e284806429c52c5402f59ac diff --git a/trunk/scripts/tags.sh b/trunk/scripts/tags.sh index fdbe78bb5e2b..7e21e9146118 100755 --- a/trunk/scripts/tags.sh +++ b/trunk/scripts/tags.sh @@ -76,7 +76,10 @@ all_sources() all_kconfigs() { - find_sources $ALLSOURCE_ARCHS 'Kconfig*' + for arch in $ALLSOURCE_ARCHS; do + find_sources $arch 'Kconfig*' + done + find_other_sources 'Kconfig*' } all_defconfigs()