[coreboot] [commit] r5109 - trunk

repository service svn at coreboot.org
Wed Feb 10 19:50:36 CET 2010


Author: oxygene
Date: Wed Feb 10 19:50:36 2010
New Revision: 5109
URL: http://tracker.coreboot.org/trac/coreboot/changeset/5109

Log:
Handle potential race condition with $(obj)/util/cbfstool

Signed-off-by: Patrick Georgi <patrick.georgi at coresystems.de>
Acked-by: Stefan Reinauer <stepan at coresystems.de>

Modified:
   trunk/Makefile

Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	Wed Feb 10 19:08:22 2010	(r5108)
+++ trunk/Makefile	Wed Feb 10 19:50:36 2010	(r5109)
@@ -254,7 +254,7 @@
 
 prepare:
 	mkdir -p $(obj)
-	mkdir -p $(obj)/util/kconfig/lxdialog
+	mkdir -p $(obj)/util/kconfig/lxdialog $(obj)/util/cbfstool
 	test -n "$(alldirs)" && mkdir -p $(alldirs) || true
 
 prepare2: $(obj)/build.h




More information about the coreboot mailing list