[coreboot] r3897 - trunk/util/flashrom

svn at coreboot.org svn at coreboot.org
Mon Jan 26 00:59:30 CET 2009


Author: stuge
Date: 2009-01-26 00:59:30 +0100 (Mon, 26 Jan 2009)
New Revision: 3897

Modified:
   trunk/util/flashrom/Makefile
Log:
flashrom: Make Makefile a bit more portable. Shell echo doesn't always know -n.

Signed-off-by: Peter Stuge <peter at stuge.se>
Acked-by: Peter Stuge <peter at stuge.se>


Modified: trunk/util/flashrom/Makefile
===================================================================
--- trunk/util/flashrom/Makefile	2009-01-25 23:55:12 UTC (rev 3896)
+++ trunk/util/flashrom/Makefile	2009-01-25 23:59:30 UTC (rev 3897)
@@ -55,7 +55,7 @@
 	@$(CC) -MM *.c > .dependencies
 
 pciutils:
-	@echo; echo -n "Checking for pciutils and zlib... "
+	@echo; printf "Checking for pciutils and zlib... "
 	@$(shell ( echo "#include <pci/pci.h>";		   \
 		   echo "struct pci_access *pacc;";	   \
 		   echo "int main(int argc, char **argv)"; \





More information about the coreboot mailing list