From 3301be381f1f3aa16f5466f4980ea8ed1fb24e5e Mon Sep 17 00:00:00 2001 From: Orgad Shaneh Date: Mon, 16 Apr 2012 17:55:52 +0300 Subject: GDB build scripts: Suppress wget version info Change-Id: I603aa1ab540183cbc3ff344242abed59cb1cfe32 Reviewed-by: hjk --- dist/gdb/Makefile.mingw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dist/gdb') 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} && \ -- cgit v1.2.3