Patrick Georgi ([email protected]) just uploaded a new patch set to 
gerrit, which you can find at http://review.coreboot.org/80

-gerrit

commit fc9dd354ea48dfe132326f0b9d6ebece3c021bb8
Author: Patrick Georgi <[email protected]>
Date:   Sat Jul 2 16:21:31 2011 +0200

    Fix lint-002-build-dir-handling
    
    That lint test requires some Kconfig defaults and uses allyesconfig
    for that. Unfortunately that also draws in ccache and scanbuild support,
    which significantly change the behaviour of the toplevel Makefile.
    Notably, the ccache support breaks if no ccache is installed.
    
    Change-Id: I17cbb7974be33fc077e5cbd5fb616a5b00a47d97
    Signed-off-by: Patrick Georgi <[email protected]>
---
 util/lint/lint-002-build-dir-handling |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/util/lint/lint-002-build-dir-handling 
b/util/lint/lint-002-build-dir-handling
index 39e3124..f10db17 100755
--- a/util/lint/lint-002-build-dir-handling
+++ b/util/lint/lint-002-build-dir-handling
@@ -33,7 +33,7 @@ fi
 
 # $1: object directory
 run_printall() {
-$MAKE NOMKDIR=1 DOTCONFIG=$TMPCONFIG obj=$1 printall |sed -e "s,^ *,," -e "s, 
,\n,g" -e "s,^ramstage-objs:=,," -e "s,mainboard/[^/]*/[^/]*/,.../," |grep 
"/static.*\.[co]" |sort |tr '\012\015' '  ' |sed -e "s,  *, ,g" -e "s, *$,,"
+$MAKE CONFIG_CCACHE=n CONFIG_SCANBUILD_ENABLE=n NOMKDIR=1 DOTCONFIG=$TMPCONFIG 
obj=$1 printall |sed -e "s,^ *,," -e "s, ,\n,g" -e "s,^ramstage-objs:=,," -e 
"s,mainboard/[^/]*/[^/]*/,.../," |grep "/static.*\.[co]" |sort |tr '\012\015' ' 
 ' |sed -e "s,  *, ,g" -e "s, *$,,"
 }
 
 # find GNU make

-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to