Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4317ee3b authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

kbuild: remove redundant 'set -e' from sub_cmd_record_mcount



This is executed inside the if_changed_rule, which already sets
'set -e'.

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent f3fd4a3f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -204,7 +204,7 @@ sub_cmd_record_mcount = \
recordmcount_source := $(srctree)/scripts/recordmcount.c \
		    $(srctree)/scripts/recordmcount.h
else
sub_cmd_record_mcount = set -e ; perl $(srctree)/scripts/recordmcount.pl "$(ARCH)" \
sub_cmd_record_mcount = perl $(srctree)/scripts/recordmcount.pl "$(ARCH)" \
	"$(if $(CONFIG_CPU_BIG_ENDIAN),big,little)" \
	"$(if $(CONFIG_64BIT),64,32)" \
	"$(OBJDUMP)" "$(OBJCOPY)" "$(CC) $(KBUILD_CPPFLAGS) $(KBUILD_CFLAGS)" \