Patrick Georgi (pgeorgi(a)google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/13474
-gerrit
commit 5f96c76831bcdad0047ce2006a73f1ca53e88c96
Author: Patrick Georgi <patrick(a)georgi-clan.de>
Date: Tue Jan 26 22:25:40 2016 +0100
build system: Fix UPDATE_IMAGE
A quote was missing in a command.
Change-Id: I04148538007e5c450c6be113aab8a7fbb534db26
Signed-off-by: Patrick Georgi <patrick(a)georgi-clan.de>
Reported-by: Timothy Pearson <tpearson(a)raptorengineeringinc.com>
---
Makefile.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.inc b/Makefile.inc
index 5f98864..86ccc31 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -784,7 +784,7 @@ prebuild-files = \
$(obj)/coreboot.pre: $$(prebuilt-files) $(CBFSTOOL)
mv $(obj)/coreboot.rom $@.tmp || \
(echo "Error: You have UPDATE_IMAGE set in Kconfig, but have no existing image to update." && \
- echo Exiting." && \
+ echo "Exiting." && \
false)
$(prebuild-files) true
mv $@.tmp $@