]> Pileus Git - ~andy/linux/blobdiff - scripts/link-vmlinux.sh
gma500: fix incorrect declaration.
[~andy/linux] / scripts / link-vmlinux.sh
index cd9c6c6bb4c9d9dba4f9c80fc5edbb67170beef8..4629038c9e5acb677499ace431355a818ee4b3d6 100644 (file)
@@ -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
                cleanup
                exit 1
        fi