[PATCH 16/24] kbuild: remove redundant 'set -e' from cmd_* defines
Ilias Apalodimas
ilias.apalodimas at linaro.org
Tue May 20 07:21:27 CEST 2025
Backported from kernel
commit 5439f09f488f ("kbuild: remove redundant 'set -e' from cmd_* defines")
Signed-off-by: Ilias Apalodimas <ilias.apalodimas at linaro.org>
---
scripts/Makefile.build | 1 -
1 file changed, 1 deletion(-)
diff --git a/scripts/Makefile.build b/scripts/Makefile.build
index 80caddde09ab..fa91445f132b 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 $@
--
2.49.0
More information about the U-Boot
mailing list