Skip to content
Snippets Groups Projects
Commit 3301be38 authored by Orgad Shaneh's avatar Orgad Shaneh Committed by hjk
Browse files

GDB build scripts: Suppress wget version info


Change-Id: I603aa1ab540183cbc3ff344242abed59cb1cfe32
Reviewed-by: default avatarhjk <qthjk@ovi.com>
parent d2360a69
No related branches found
No related tags found
No related merge requests found
......@@ -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} && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment