link-vmlinux.sh: Fix stray "echo" in error message
Reported-by: Jan Engelhardt <jengelh@inai.de> Signed-off-by: Michal Marek <mmarek@suse.cz>
This commit is contained in:
parent
0d7614f09c
commit
367e43c50d
|
@ -211,7 +211,7 @@ if [ -n "${CONFIG_KALLSYMS}" ]; then
|
||||||
|
|
||||||
if ! cmp -s System.map .tmp_System.map; then
|
if ! cmp -s System.map .tmp_System.map; then
|
||||||
echo >&2 Inconsistent kallsyms data
|
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
|
cleanup
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue