Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Masahiro Yamada <yamada.masahiro@socionext.com>

+1 -1
+1 -1
scripts/Makefile.build
··· 204 204 recordmcount_source := $(srctree)/scripts/recordmcount.c \ 205 205 $(srctree)/scripts/recordmcount.h 206 206 else 207 - sub_cmd_record_mcount = set -e ; perl $(srctree)/scripts/recordmcount.pl "$(ARCH)" \ 207 + sub_cmd_record_mcount = perl $(srctree)/scripts/recordmcount.pl "$(ARCH)" \ 208 208 "$(if $(CONFIG_CPU_BIG_ENDIAN),big,little)" \ 209 209 "$(if $(CONFIG_64BIT),64,32)" \ 210 210 "$(OBJDUMP)" "$(OBJCOPY)" "$(CC) $(KBUILD_CPPFLAGS) $(KBUILD_CFLAGS)" \