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..."
--
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot