[coreboot-gerrit] New patch to review for coreboot: libpayload: Use CONFIG_LP_CCACHE instead of CONFIG_CCACHE

Stefan Reinauer (stefan.reinauer@coreboot.org) gerrit at coreboot.org
Tue Jun 30 01:47:23 CEST 2015


Stefan Reinauer (stefan.reinauer at coreboot.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10710

-gerrit

commit 8533aa57eb7818050c57869a55c339cafe24de5e
Author: Stefan Reinauer <stefan.reinauer at coreboot.org>
Date:   Mon Jun 29 14:46:40 2015 -0700

    libpayload: Use CONFIG_LP_CCACHE instead of CONFIG_CCACHE
    
    CONFIG_CCACHE was obsoleted a long time ago for libpayload.
    
    Change-Id: Ib0a418d97f368439476e524b753160a6229bb9f6
    Signed-off-by: Stefan Reinauer <stefan.reinauer at coreboot.org>
---
 payloads/libpayload/Makefile.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/payloads/libpayload/Makefile.inc b/payloads/libpayload/Makefile.inc
index 08a20e6..5f47cdf 100644
--- a/payloads/libpayload/Makefile.inc
+++ b/payloads/libpayload/Makefile.inc
@@ -127,7 +127,7 @@ junit.xml:
 		$(MAKE) clean; \
 		yes "" | $(MAKE) oldconfig DOTCONFIG=$$i V=$(V) Q=$(Q) 2>/dev/null >/dev/null; \
 		echo "<testcase classname='libpayload' name='$$i'>" >> $@.tmp; \
-		$(MAKE) V=$(V) Q=$(Q) CONFIG_CCACHE=$(CONFIG_CCACHE) DOTCONFIG=$$i >> $@.tmp.2 2>&1 && type="system-out" || type="failure"; \
+		$(MAKE) V=$(V) Q=$(Q) CONFIG_LP_CCACHE=$(CONFIG_LP_CCACHE) DOTCONFIG=$$i >> $@.tmp.2 2>&1 && type="system-out" || type="failure"; \
 		if [ $$type = "failure" ]; then \
 			echo "<failure type='buildFailed'>" >> $@.tmp; \
 		else \



More information about the coreboot-gerrit mailing list