projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1db881
)
scripts/tags.sh: remove unused environment variables from comments
author
Masahiro Yamada
<yamada.masahiro@socionext.com>
Fri, 5 Jul 2019 15:14:31 +0000
(
00:14
+0900)
committer
Masahiro Yamada
<yamada.masahiro@socionext.com>
Tue, 9 Jul 2019 13:01:44 +0000
(22:01 +0900)
This script has no reference to ${ARCH}, ${src}, ${obj}.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
scripts/tags.sh
patch
|
blob
|
history
diff --git
a/scripts/tags.sh
b/scripts/tags.sh
index 207c854825b400a38a010d68b4ee079686d52560..7fea4044749bf11fb1d95a45e446fd9de200100e 100755
(executable)
--- a/
scripts/tags.sh
+++ b/
scripts/tags.sh
@@
-6,7
+6,7
@@
# mode may be any of: tags, TAGS, cscope
#
# Uses the following environment variables:
-#
ARCH, SUBARCH, SRCARCH, srctree, src, obj
+#
SUBARCH, SRCARCH, srctree
if [ "$KBUILD_VERBOSE" = "1" ]; then
set -x
@@
-36,7
+36,7
@@
elif [ "${ALLSOURCE_ARCHS}" = "all" ]; then
ALLSOURCE_ARCHS=$(find ${tree}arch/ -mindepth 1 -maxdepth 1 -type d -printf '%f ')
fi
-# find sources in arch/$
ARCH
+# find sources in arch/$
1
find_arch_sources()
{
for i in $archincludedir; do