On 5/8/10 5:50 PM, repository service wrote:
> Modified: trunk/Makefile
> ==============================================================================
> --- trunk/Makefile    Sat May  8 13:17:24 2010        (r5529)
> +++ trunk/Makefile    Sat May  8 17:50:44 2010        (r5530)
> @@ -368,12 +368,12 @@
>  $(obj)/ldoptions: $(obj)/config.h
>       awk '/^#define ([^"])* ([^"])*$$/ {gsub("\\r","",$$3); print $$2 " = " 
> $$3 ";";}' $< > $@
>  
> -_OS=$(shell uname -s |cut -c-7)
> +_OS=$(shell uname -o)
GNUism warning

macpro:coreboot stepan$ uname -s
Darwin
macpro:coreboot stepan$ uname -o
uname: illegal option -- o
usage: uname [-amnprsv]



-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to