[coreboot] [commit] r5530 - trunk

Stefan Reinauer stepan at coresystems.de
Sat May 8 18:21:03 CEST 2010


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]






More information about the coreboot mailing list