[coreboot] [flashrom][PATCH] typo in Makefile

Stefan Reinauer stepan at coresystems.de
Fri Apr 24 04:15:48 CEST 2009


>
> Hello,
>
> Found some typo in Makefile which was producing some "strange behaviours" while
> compiling pciutils rule.
>
>   
Can you enlighten us about the strangeness of that behavior? ;-)

Stefan

> Patch is below and in attachment.
>
> Make good use of it ;-)
>
>   Stephan.
>
> Signed-off-by: Stephan Guilloux <stephan.guilloux at free.fr>
> Index: flashrom-patch-Makefile/Makefile
> ===================================================================
> --- flashrom-patch-Makefile/Makefile	(révision 4171)
> +++ flashrom-patch-Makefile/Makefile	(copie de travail)
> @@ -65,7 +65,7 @@
>  		   echo "struct pci_access *pacc;";	   \
>  		   echo "int main(int argc, char **argv)"; \
>  		   echo "{ pacc = pci_alloc(); return 0; }"; ) > .test.c )
> -	@$(CC) $(CFLAGS) .test.c -o .test $(LDFLAGS) &>/dev/null &&	\
> +	@$(CC) $(CFLAGS) .test.c -o .test $(LDFLAGS) >&/dev/null &&	\
>  		echo "found." || ( echo "not found."; echo;		\
>  		echo "Please install pciutils-devel and zlib-devel.";	\
>  		echo "See README for more information."; echo;		\
>   


-- 
coresystems GmbH • Brahmsstr. 16 • D-79104 Freiburg i. Br.
      Tel.: +49 761 7668825 • Fax: +49 761 7664613
Email: info at coresystems.dehttp://www.coresystems.de/
Registergericht: Amtsgericht Freiburg • HRB 7656
Geschäftsführer: Stefan Reinauer • Ust-IdNr.: DE245674866





More information about the coreboot mailing list