mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-19 20:59:11 +08:00
kbuild: buildtar: Remove unused $dirs
The shell variable $dirs is not used any more since1fc9095846("kbuild: tar-pkg: use tar rules in scripts/Makefile.package"), therefore remove it". Fixes:1fc9095846("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>
This commit is contained in:
committed by
Masahiro Yamada
parent
48ab6c9c92
commit
884f55f152
@@ -23,7 +23,6 @@ tmpdir=$1
|
||||
#
|
||||
rm -rf -- "${tmpdir}"
|
||||
mkdir -p -- "${tmpdir}/boot"
|
||||
dirs=boot
|
||||
|
||||
|
||||
#
|
||||
@@ -42,7 +41,6 @@ fi
|
||||
#
|
||||
if grep -q '^CONFIG_MODULES=y' include/config/auto.conf; then
|
||||
make ARCH="${ARCH}" -f ${srctree}/Makefile INSTALL_MOD_PATH="${tmpdir}" modules_install
|
||||
dirs="$dirs lib"
|
||||
fi
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user