]> www.infradead.org Git - linux.git/commit
kbuild: Abort make on install failures
authorZhang Bingwu <xtexchooser@duck.com>
Sun, 14 Jul 2024 08:57:50 +0000 (16:57 +0800)
committerMasahiro Yamada <masahiroy@kernel.org>
Sat, 20 Jul 2024 04:34:54 +0000 (13:34 +0900)
commitaf7925d82096d30bf971d41a109bd42f6a027ec2
tree724867071aa4defc8908ddb48e202d19469751bd
parent3c2f84cedaeb2fe9575dd3f6edddf0d875b3b97c
kbuild: Abort make on install failures

Setting '-e' flag tells shells to exit with error exit code immediately
after any of commands fails, and causes make(1) to regard recipes as
failed.

Before this, make will still continue to succeed even after the
installation failed, for example, for insufficient permission or
directory does not exist.

Signed-off-by: Zhang Bingwu <xtexchooser@duck.com>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
arch/arm/boot/install.sh
arch/arm64/boot/install.sh
arch/m68k/install.sh
arch/nios2/boot/install.sh
arch/parisc/install.sh
arch/riscv/boot/install.sh
arch/s390/boot/install.sh
arch/sparc/boot/install.sh
arch/x86/boot/install.sh