From dd4b66e228bf3d82dcb79ded9f32598ce8f253f5 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Tue, 26 Jan 2016 22:25:40 +0100 Subject: build system: Fix UPDATE_IMAGE A quote was missing in a command. Change-Id: I04148538007e5c450c6be113aab8a7fbb534db26 Signed-off-by: Patrick Georgi Reported-by: Timothy Pearson Reviewed-on: https://review.coreboot.org/13474 Reviewed-by: Timothy Pearson Reviewed-by: Paul Menzel Reviewed-by: Nico Huber Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth Tested-by: Raptor Engineering Automated Test Stand --- Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.inc b/Makefile.inc index 5f9886404e..86ccc31ed9 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 $@ -- cgit v1.2.3