GDB build scripts: Suppress wget version info

Change-Id: I603aa1ab540183cbc3ff344242abed59cb1cfe32
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
Orgad Shaneh
2012-04-16 17:55:52 +03:00
committed by hjk
parent d2360a6981
commit 3301be381f

View File

@@ -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} && \