Home
last modified time | relevance | path

Searched hist:dd965f1f0857e72eb6d4cfb28769ba01465ba01b (Results 1 – 1 of 1) sorted by relevance

/linux/scripts/package/
H A Dbuildtardiff dd965f1f0857e72eb6d4cfb28769ba01465ba01b Sat Sep 02 10:05:34 CEST 2017 Masahiro Yamada <yamada.masahiro@socionext.com> kbuild: buildtar: fix tar error when CONFIG_MODULES is disabled

$tmpdir/lib is created by "make modules_install". It does not exist
if CONFIG_MODULES is disabled, then tar reports the following messages:

tar: lib: Cannot stat: No such file or directory
tar: Exiting with failure status due to previous errors

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>