Re: [PATCH 1/2] kbuild: Abort make on install failures

From: Masahiro Yamada
Date: Sun Jul 14 2024 - 15:11:31 EST


On Sun, Jul 14, 2024 at 5:58 PM Zhang Bingwu <xtex@xxxxxxxx> wrote:
>
> From: Zhang Bingwu <xtexchooser@xxxxxxxx>
>
> 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@xxxxxxxx>


Applied to linux-kbuild. Thanks!


--
Best Regards
Masahiro Yamada