summaryrefslogtreecommitdiff
path: root/util/lint
diff options
context:
space:
mode:
authorPatrick Georgi <patrick@georgi-clan.de>2011-07-02 16:21:31 +0200
committerPatrick Georgi <patrick@georgi-clan.de>2011-07-07 16:07:20 +0200
commita71ce0daa6ff6460d02b70a6436ce4d92da3009f (patch)
tree83ed7e4300d4af46d2bd68ca0ef3d0504c965f01 /util/lint
parent61cd5bfae493607a434df91fc582ab1ffd36b3cc (diff)
downloadcoreboot-a71ce0daa6ff6460d02b70a6436ce4d92da3009f.tar.xz
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 <patrick@georgi-clan.de> Reviewed-on: http://review.coreboot.org/80 Tested-by: build bot (Jenkins)
Diffstat (limited to 'util/lint')
-rwxr-xr-xutil/lint/lint-002-build-dir-handling2
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 39e3124f93..f10db17533 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