[coreboot-gerrit] Patch set updated for coreboot: 4ca75e4 Makefile: remove $(obj)/config.h before a build.

Denis Carikli (GNUtoo@no-log.org) gerrit at coreboot.org
Sat Jul 6 20:42:50 CEST 2013


Denis Carikli (GNUtoo at no-log.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/3585

-gerrit

commit 4ca75e4462f0176913581946bbe10d52c99e779e
Author: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>
Date:   Mon Jul 1 08:39:51 2013 +0200

    Makefile: remove $(obj)/config.h before a build.
    
    This is in order to fix config.h leaking to the next build
      when using CONFIG_UPDATE_IMAGE.
    
    Change-Id: I345c2359876918eba1019f25d86d1392f4ee85e1
    Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>
---
 Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index dec32e5..fbe68fa 100644
--- a/Makefile
+++ b/Makefile
@@ -82,7 +82,10 @@ HOSTCXXFLAGS := -g
 DOXYGEN := doxygen
 DOXYGEN_OUTPUT_DIR := doxygen
 
-all: real-all
+all: clean-config real-all
+
+clean-config:
+	rm -f $(obj)/config.h
 
 # This include must come _before_ the pattern rules below!
 # Order _does_ matter for pattern rules.



More information about the coreboot-gerrit mailing list