Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

kbuild: buildtar: Remove unused $dirs

The shell variable $dirs is not used any more since 1fc9095846cc
("kbuild: tar-pkg: use tar rules in scripts/Makefile.package"),
therefore remove it".

Fixes: 1fc9095846cc ("kbuild: tar-pkg: use tar rules in scripts/Makefile.package")
Signed-off-by: Petr Vorel <pvorel@suse.cz>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>

authored by

Petr Vorel and committed by
Masahiro Yamada
884f55f1 48ab6c9c

-2
-2
scripts/package/buildtar
··· 23 23 # 24 24 rm -rf -- "${tmpdir}" 25 25 mkdir -p -- "${tmpdir}/boot" 26 - dirs=boot 27 26 28 27 29 28 # ··· 41 42 # 42 43 if grep -q '^CONFIG_MODULES=y' include/config/auto.conf; then 43 44 make ARCH="${ARCH}" -f ${srctree}/Makefile INSTALL_MOD_PATH="${tmpdir}" modules_install 44 - dirs="$dirs lib" 45 45 fi 46 46 47 47