[coreboot] [commit] r5530 - trunk

Patrick Georgi patrick at georgi-clan.de
Sat May 8 18:24:06 CEST 2010


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




More information about the coreboot mailing list