projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fde7d90
)
ktest: Add INSTALL_MOD_STRIP=1 when installing modules
author
Steven Rostedt
<srostedt@redhat.com>
Wed, 21 Mar 2012 12:16:15 +0000
(08:16 -0400)
committer
Steven Rostedt
<rostedt@goodmis.org>
Wed, 21 Mar 2012 12:16:15 +0000
(08:16 -0400)
To keep the modules from bloating the target's filesystem
strip them during the install.
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
tools/testing/ktest/ktest.pl
patch
|
blob
|
blame
|
history
diff --git
a/tools/testing/ktest/ktest.pl
b/tools/testing/ktest/ktest.pl
index 9507c4b251a8e370ae5419ff38f51b9f6ea8d5a0..2b63190c9f64da458ea28111a642d6a7204591be 100755
(executable)
--- a/
tools/testing/ktest/ktest.pl
+++ b/
tools/testing/ktest/ktest.pl
@@
-1643,7
+1643,7
@@
sub install {
return;
}
- run_command "$make INSTALL_MOD_PATH=$tmpdir modules_install" or
+ run_command "$make INSTALL_MOD_
STRIP=1 INSTALL_MOD_
PATH=$tmpdir modules_install" or
dodie "Failed to install modules";
my $modlib = "/lib/modules/$version";