kbuild: Print errors to stderr
authorMichal Marek <mmarek@suse.cz>
Sat, 7 Jul 2012 21:04:40 +0000 (23:04 +0200)
committerMichal Marek <mmarek@suse.cz>
Sat, 7 Jul 2012 21:33:31 +0000 (23:33 +0200)
... at least in the top-level Makefile and scripts/link-vmlinux.sh.
There are some more instances of the 'echo <error>; exit 1' pattern in
some arch Makefiles and kconfig.

Reported-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Michal Marek <mmarek@suse.cz>

No differences found