Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 335463
b: refs/heads/master
c: f6a79af
h: refs/heads/master
i:
  335461: 2b65a55
  335459: 2fdc462
  335455: e1c9af1
v: v3
  • Loading branch information
Rusty Russell committed Nov 6, 2012
1 parent 569bee1 commit 5048d54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 59ef28b1f14899b10d6b2682c7057ca00a9a3f47
refs/heads/master: f6a79af8f3701b5a0df431a76adee212616154dc
3 changes: 2 additions & 1 deletion trunk/scripts/Makefile.modinst
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ PHONY += $(modules)
__modinst: $(modules)
@:

# Don't stop modules_install if we can't sign external modules.
quiet_cmd_modules_install = INSTALL $@
cmd_modules_install = mkdir -p $(2); cp $@ $(2) ; $(mod_strip_cmd) $(2)/$(notdir $@) ; $(mod_sign_cmd) $(2)/$(notdir $@)
cmd_modules_install = mkdir -p $(2); cp $@ $(2) ; $(mod_strip_cmd) $(2)/$(notdir $@) ; $(mod_sign_cmd) $(2)/$(notdir $@) $(patsubst %,|| true,$(KBUILD_EXTMOD))

# Modules built outside the kernel source tree go into extra by default
INSTALL_MOD_DIR ?= extra
Expand Down

0 comments on commit 5048d54

Please sign in to comment.