[coreboot] r214 - buildrom-devel/packages/geodevsa

svn at coreboot.org svn at coreboot.org
Wed Aug 6 17:32:48 CEST 2008


Author: ward
Date: 2008-08-06 17:32:47 +0200 (Wed, 06 Aug 2008)
New Revision: 214

Modified:
   buildrom-devel/packages/geodevsa/amdvsa.inc
Log:

Make sure that we create $(SOURCE_DIR) prior to downloading AMD's precompiled
VSA, in case it does not exist yet.

This is a trivial patch.

Signed-off-by: Ward Vandewege <ward at gnu.org>
Acked-by: Ward Vandewege <ward at gnu.org>



Modified: buildrom-devel/packages/geodevsa/amdvsa.inc
===================================================================
--- buildrom-devel/packages/geodevsa/amdvsa.inc	2008-08-02 22:14:30 UTC (rev 213)
+++ buildrom-devel/packages/geodevsa/amdvsa.inc	2008-08-06 15:32:47 UTC (rev 214)
@@ -11,6 +11,7 @@
 # Jordan
 
 $(SOURCE_DIR)/$(AMDVSA_BIN):
+	@ mkdir -p $(SOURCE_DIR)
 	@ echo "Fetching the AMD VSA binary..."
 	wget $(WGET_Q) -P $(SOURCE_DIR) $(AMDVSA_URL)/$(AMDVSA_BIN).gz -O $@.gz
 	@ if file $@.gz | grep -q "gzip"; then \





More information about the coreboot mailing list