[coreboot] New patch to review for coreboot: 13a40c2 lint: Avoid downloading blobs repository

Patrick Georgi (patrick@georgi-clan.de) gerrit at coreboot.org
Thu May 3 11:57:29 CEST 2012


Patrick Georgi (patrick at georgi-clan.de) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/999

-gerrit

commit 13a40c24f0d5c60df2045ad5c7b3709d2d82ccc4
Author: Patrick Georgi <patrick.georgi at secunet.com>
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 <patrick.georgi at secunet.com>
---
 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




More information about the coreboot mailing list