diff options
author | Greg Thelen <gthelen@google.com> | 2019-09-23 15:33:05 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-10-07 18:59:36 +0200 |
commit | 5f63ef732675bb0c0e5a5078cfe24cc3de6e22f3 (patch) | |
tree | 93ffdb0b73871102d72022277677fce57042abec /net/9p/protocol.c | |
parent | 26235380e6333746c63ea88e5d97d39e8d3c3537 (diff) | |
download | linux-stable-5f63ef732675bb0c0e5a5078cfe24cc3de6e22f3.tar.gz linux-stable-5f63ef732675bb0c0e5a5078cfe24cc3de6e22f3.tar.bz2 linux-stable-5f63ef732675bb0c0e5a5078cfe24cc3de6e22f3.zip |
kbuild: clean compressed initramfs image
[ Upstream commit 6279eb3dd7946c69346a3b98473ed13d3a44adb5 ]
Since 9e3596b0c653 ("kbuild: initramfs cleanup, set target from Kconfig")
"make clean" leaves behind compressed initramfs images. Example:
$ make defconfig
$ sed -i 's|CONFIG_INITRAMFS_SOURCE=""|CONFIG_INITRAMFS_SOURCE="/tmp/ir.cpio"|' .config
$ make olddefconfig
$ make -s
$ make -s clean
$ git clean -ndxf | grep initramfs
Would remove usr/initramfs_data.cpio.gz
clean rules do not have CONFIG_* context so they do not know which
compression format was used. Thus they don't know which files to delete.
Tell clean to delete all possible compression formats.
Once patched usr/initramfs_data.cpio.gz and friends are deleted by
"make clean".
Link: http://lkml.kernel.org/r/20190722063251.55541-1-gthelen@google.com
Fixes: 9e3596b0c653 ("kbuild: initramfs cleanup, set target from Kconfig")
Signed-off-by: Greg Thelen <gthelen@google.com>
Cc: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'net/9p/protocol.c')
0 files changed, 0 insertions, 0 deletions