summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorPaul Menzel <paulepanter@users.sourceforge.net>2015-06-12 11:58:14 +0200
committerJonathan A. Kollasch <jakllsch@kollasch.net>2015-07-14 04:34:25 +0200
commitb2ba3957e58355a14365c6140b1cde1436eb4092 (patch)
tree0c3c1f08d66f3780cab5f02f8c91c6e1ca1a1b89 /util
parentd5e6618a4f076610e683b174c4dd5108d960c785 (diff)
downloadcoreboot-b2ba3957e58355a14365c6140b1cde1436eb4092.tar.gz
coreboot-b2ba3957e58355a14365c6140b1cde1436eb4092.tar.bz2
coreboot-b2ba3957e58355a14365c6140b1cde1436eb4092.zip
buildgcc: Show the archive URL
In case of downloading errors, the URL is handy for analyzing the cause. Change-Id: I6874cdc3c881cfdd52c80f80323536c30723654b Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-on: http://review.coreboot.org/10853 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <gaumless@gmail.com>
Diffstat (limited to 'util')
-rwxr-xr-xutil/crossgcc/buildgcc2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc
index 272820fde0fc..f59b225f0295 100755
--- a/util/crossgcc/buildgcc
+++ b/util/crossgcc/buildgcc
@@ -188,7 +188,7 @@ download() {
"$($CHECKSUM tarballs/$FILE 2>/dev/null | \
sed -e 's,.*\([0-9a-f]\{40\}\).*,\1,')" ) && \
printf "(cached)" || (
- printf "(downloading)"
+ printf "(downloading from $archive)"
rm -f tarballs/$FILE
cd tarballs
wget --no-check-certificate -q $archive