Skip to content

Commit caf6fe9

Browse files
David Woodhousedhowells
authored andcommitted
modsign: Abort modules_install when signing fails
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com> Signed-off-by: David Howells <dhowells@redhat.com>
1 parent 091f6e2 commit caf6fe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/Makefile.modinst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ quiet_cmd_modules_install = INSTALL $@
2222
mkdir -p $(2) ; \
2323
cp $@ $(2) ; \
2424
$(mod_strip_cmd) $(2)/$(notdir $@) ; \
25-
$(mod_sign_cmd) $(2)/$(notdir $@) $(patsubst %,|| true,$(KBUILD_EXTMOD)) ; \
25+
$(mod_sign_cmd) $(2)/$(notdir $@) $(patsubst %,|| true,$(KBUILD_EXTMOD)) && \
2626
$(mod_compress_cmd) $(2)/$(notdir $@)
2727

2828
# Modules built outside the kernel source tree go into extra by default

0 commit comments

Comments
 (0)