From: Ilias Apalodimas Date: Tue, 20 May 2025 05:21:27 +0000 (+0300) Subject: kbuild: remove redundant 'set -e' from cmd_* defines X-Git-Tag: v2025.10-rc1~118^2~61^2~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=919bd66ca8c966a30448d8befc7b59d58ba8d22d;p=thirdparty%2Fu-boot.git kbuild: remove redundant 'set -e' from cmd_* defines Backported from kernel commit 5439f09f488f ("kbuild: remove redundant 'set -e' from cmd_* defines") Signed-off-by: Ilias Apalodimas --- diff --git a/scripts/Makefile.build b/scripts/Makefile.build index 80caddde09a..fa91445f132 100644 --- a/scripts/Makefile.build +++ b/scripts/Makefile.build @@ -159,7 +159,6 @@ cmd_gensymtypes = \ quiet_cmd_cc_symtypes_c = SYM $(quiet_modtag) $@ cmd_cc_symtypes_c = \ - set -e; \ $(call cmd_gensymtypes,true,$@) >/dev/null; \ test -s $@ || rm -f $@