Skip to content

Commit 884f55f

Browse files
pevikmasahir0y
authored andcommitted
kbuild: buildtar: Remove unused $dirs
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]>
1 parent 48ab6c9 commit 884f55f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scripts/package/buildtar

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ tmpdir=$1
2323
#
2424
rm -rf -- "${tmpdir}"
2525
mkdir -p -- "${tmpdir}/boot"
26-
dirs=boot
2726

2827

2928
#
@@ -42,7 +41,6 @@ fi
4241
#
4342
if grep -q '^CONFIG_MODULES=y' include/config/auto.conf; then
4443
make ARCH="${ARCH}" -f ${srctree}/Makefile INSTALL_MOD_PATH="${tmpdir}" modules_install
45-
dirs="$dirs lib"
4644
fi
4745

4846

0 commit comments

Comments
 (0)