On Saturday 2012-07-07 23:40, Michal Marek wrote: >index cd9c6c6..4629038 100644 >--- a/scripts/link-vmlinux.sh >+++ b/scripts/link-vmlinux.sh >@@ -210,8 +210,8 @@ if [ -n "${CONFIG_KALLSYMS}" ]; then > mksysmap ${kallsyms_vmlinux} .tmp_System.map > > if ! cmp -s System.map .tmp_System.map; then >- echo Inconsistent kallsyms data >- echo echo Try "make KALLSYMS_EXTRA_PASS=1" as a workaround >+ echo >&2 Inconsistent kallsyms data >+ echo >&2 echo Try "make KALLSYMS_EXTRA_PASS=1" as a workaround
Hm why is there echo twice in that one line? Seems like an oversight.. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/