What OS are you running, and (if not windows) what shell? From a quick search through the makefile and the uname man page, it seems that uname is run by the makefile through the system shell, and that uname is a command line program that prints sytem information (what processor, what os, what archetecture, etc)