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

-gerrit

commit 13a40c24f0d5c60df2045ad5c7b3709d2d82ccc4
Author: Patrick Georgi <[email protected]>
Date:   Thu May 3 11:55:17 2012 +0200

    lint: Avoid downloading blobs repository
    
    The stable lint test "build-dir-handling" ran the build system
    in a way that made it download the blobs repository. Since this
    is part of the pre-commit hook, this might have kicked in with
    users desiring not to have them.
    
    Change-Id: I44a00137352c5966ff7fe2a030673276f6803908
    Signed-off-by: Patrick Georgi <[email protected]>
---
 util/lint/lint-stable-002-build-dir-handling |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/util/lint/lint-stable-002-build-dir-handling 
b/util/lint/lint-stable-002-build-dir-handling
index 6b902d8..c4247b5 100755
--- a/util/lint/lint-stable-002-build-dir-handling
+++ b/util/lint/lint-stable-002-build-dir-handling
@@ -33,7 +33,7 @@ fi
 
 # $1: object directory
 run_printall() {
-$MAKE CONFIG_CCACHE=n CONFIG_SCANBUILD_ENABLE=n NOMKDIR=1 DOTCONFIG=$TMPCONFIG 
obj=$1 printall |sed -e "s,^ *,," -e "s,^ramstage-objs:=,," -e 
"s,mainboard/[^/]*/[^/]*/,.../," |tr " " "\n"|grep "/static.*\.[co]" |sort |tr 
'\012\015' '  ' |sed -e "s,  *, ,g" -e "s, *$,,"
+$MAKE CONFIG_USE_BLOBS=n CONFIG_CCACHE=n CONFIG_SCANBUILD_ENABLE=n NOMKDIR=1 
DOTCONFIG=$TMPCONFIG obj=$1 printall |sed -e "s,^ *,," -e 
"s,^ramstage-objs:=,," -e "s,mainboard/[^/]*/[^/]*/,.../," |tr " " "\n"|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