People who use `uname ...` in makefiles should be shot!
It is always worth the time to grep anything on-hand for the first time for 'uname'.
Three choices:
Re-write the makefile (and push the changes back to the author) ;
Build it native (either on real hardware or under emulation) ;
Try building it using scratchbox2 (which is intended for these cases and often works).
|