Am 08.05.2010 18:21, schrieb Stefan Reinauer: >> -_OS=$(shell uname -s |cut -c-7) >> +_OS=$(shell uname -o) > GNUism warning Platform warning. Given that this is exclusively used for checking for mingw and cygwin (both support this), at most this requires routing the error message to /dev/null.
And rename the variable so it's not used for any non-windows purpose. Patrick -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

