Commit b3b3eb9d authored by Masahiro Yamada's avatar Masahiro Yamada

scripts/tags.sh: remove unused environment variables from comments

This script has no reference to ${ARCH}, ${src}, ${obj}.
Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent d1db881d
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
# mode may be any of: tags, TAGS, cscope # mode may be any of: tags, TAGS, cscope
# #
# Uses the following environment variables: # Uses the following environment variables:
# ARCH, SUBARCH, SRCARCH, srctree, src, obj # SUBARCH, SRCARCH, srctree
if [ "$KBUILD_VERBOSE" = "1" ]; then if [ "$KBUILD_VERBOSE" = "1" ]; then
set -x set -x
...@@ -36,7 +36,7 @@ elif [ "${ALLSOURCE_ARCHS}" = "all" ]; then ...@@ -36,7 +36,7 @@ elif [ "${ALLSOURCE_ARCHS}" = "all" ]; then
ALLSOURCE_ARCHS=$(find ${tree}arch/ -mindepth 1 -maxdepth 1 -type d -printf '%f ') ALLSOURCE_ARCHS=$(find ${tree}arch/ -mindepth 1 -maxdepth 1 -type d -printf '%f ')
fi fi
# find sources in arch/$ARCH # find sources in arch/$1
find_arch_sources() find_arch_sources()
{ {
for i in $archincludedir; do for i in $archincludedir; do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment