summaryrefslogtreecommitdiff
path: root/dist/gdb
diff options
context:
space:
mode:
authorOrgad Shaneh <orgads@gmail.com>2012-04-16 17:55:52 +0300
committerhjk <qthjk@ovi.com>2012-04-16 19:12:37 +0200
commit3301be381f1f3aa16f5466f4980ea8ed1fb24e5e (patch)
treec1b16d0680a248ea71125f7112df9cbb3b995d49 /dist/gdb
parentd2360a698182936c6f57a1e0db55d89fe0124609 (diff)
downloadqt-creator-3301be381f1f3aa16f5466f4980ea8ed1fb24e5e.tar.gz
GDB build scripts: Suppress wget version info
Change-Id: I603aa1ab540183cbc3ff344242abed59cb1cfe32 Reviewed-by: hjk <qthjk@ovi.com>
Diffstat (limited to 'dist/gdb')
-rw-r--r--dist/gdb/Makefile.mingw2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/gdb/Makefile.mingw b/dist/gdb/Makefile.mingw
index e7f78a6f8e..3b56a5b0cf 100644
--- a/dist/gdb/Makefile.mingw
+++ b/dist/gdb/Makefile.mingw
@@ -36,7 +36,7 @@ makestagingdir:
test -e ${staging} || mkdir ${staging}
checkwget:
- wget -V || mingw-get install msys-wget-bin
+ wget -V &> /dev/null || mingw-get install msys-wget-bin
${source}/gdb-${version}.tar.bz2: | makesourcedir checkwget
cd ${source} && \