[coreboot] [PATCH] buildrom: openvsa Makefile fix

Abhishek Kulkarni abbyzcool at gmail.com
Wed Dec 10 17:50:12 CET 2008


openvsa.inc has no OPENVSA_LOG_DIR target, and considering that
$(SOURCE_DIR)/$(OPENVSA_TARBALL) creates the LOG_DIR we don't need to add
dependency on the LOG_DIR.

Thanks.

Index: geodevsa/openvsa.inc
===================================================================
--- geodevsa/openvsa.inc    (revision 255)
+++ geodevsa/openvsa.inc    (working copy)
@@ -17,7 +17,7 @@
 OPENVSA_FETCH_LOG=$(OPENVSA_LOG_DIR)/fetch.log
 endif

-$(SOURCE_DIR)/$(OPENVSA_TARBALL): | $(OPENVSA_LOG_DIR)
+$(SOURCE_DIR)/$(OPENVSA_TARBALL):
     @ mkdir -p $(SOURCE_DIR)/openvsa
     @ mkdir -p $(OPENVSA_LOG_DIR)
     @ echo "Fetching openvsa..."
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.coreboot.org/pipermail/coreboot/attachments/20081210/33fe53ae/attachment.html>


More information about the coreboot mailing list