Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit af7925d8 authored by Bingwu Zhang's avatar Bingwu Zhang Committed by Masahiro Yamada
Browse files

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: default avatarZhang Bingwu <xtexchooser@duck.com>
Signed-off-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
parent 3c2f84ce
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment