> CHK include/linux/version.h
> /bin/sh: -c: line 0: syntax error near unexpected token `('
> /bin/sh: -c: line 0: `echo 2.6.29-GTA02_(no-mokodev >
at a first glance. i'd say, the ( in the echo has to be escaped:
`echo 2.6.29-GTA02_\(no-mokodev >
but i don't know how the line continues ...