Hello,

Found some typo in Makefile which was producing some "strange behaviours" while
compiling pciutils rule.

Patch is below and in attachment.

Make good use of it ;-)

  Stephan.

Signed-off-by: Stephan Guilloux <[email protected]>
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;          \
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;		\
-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to