Skip to content

Commit

Permalink
kbuild: buildtar: Remove unused $dirs
Browse files Browse the repository at this point in the history
The shell variable $dirs is not used any more since 1fc9095
("kbuild: tar-pkg: use tar rules in scripts/Makefile.package"),
therefore remove it".

Fixes: 1fc9095 ("kbuild: tar-pkg: use tar rules in scripts/Makefile.package")
Signed-off-by: Petr Vorel <[email protected]>
Signed-off-by: Masahiro Yamada <[email protected]>
  • Loading branch information
pevik authored and masahir0y committed Nov 28, 2023
1 parent 48ab6c9 commit 884f55f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/package/buildtar
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ tmpdir=$1
#
rm -rf -- "${tmpdir}"
mkdir -p -- "${tmpdir}/boot"
dirs=boot


#
Expand All @@ -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


Expand Down

0 comments on commit 884f55f

Please sign in to comment.