projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d7614f
)
link-vmlinux.sh: Fix stray "echo" in error message
author
Michal Marek
<mmarek@suse.cz>
Fri, 10 Aug 2012 09:55:11 +0000
(11:55 +0200)
committer
Michal Marek
<mmarek@suse.cz>
Fri, 10 Aug 2012 09:55:11 +0000
(11:55 +0200)
Reported-by: Jan Engelhardt <jengelh@inai.de>
Signed-off-by: Michal Marek <mmarek@suse.cz>
scripts/link-vmlinux.sh
patch
|
blob
|
blame
|
history
diff --git
a/scripts/link-vmlinux.sh
b/scripts/link-vmlinux.sh
index 4629038c9e5acb677499ace431355a818ee4b3d6..4235a6361fec8076de79166cdf78f37260be30dc 100644
(file)
--- a/
scripts/link-vmlinux.sh
+++ b/
scripts/link-vmlinux.sh
@@
-211,7
+211,7
@@
if [ -n "${CONFIG_KALLSYMS}" ]; then
if ! cmp -s System.map .tmp_System.map; then
echo >&2 Inconsistent kallsyms data
- echo >&2
echo
Try "make KALLSYMS_EXTRA_PASS=1" as a workaround
+ echo >&2 Try "make KALLSYMS_EXTRA_PASS=1" as a workaround
cleanup
exit 1
fi