scripts/tags.sh: remove unused environment variables from comments
This script has no reference to ${ARCH}, ${src}, ${obj}. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
This commit is contained in:
parent
d1db881d9b
commit
b3b3eb9dad
|
@ -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
|
||||||
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
|
||||||
|
|
Loading…
Reference in New Issue