buildroot: add QUIET variable and use it for wget/git/svn/configure
authorPeter Korsgaard <jacmet@sunsite.dk>
Tue, 21 Oct 2008 08:56:26 +0000 (08:56 -0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Tue, 21 Oct 2008 08:56:26 +0000 (08:56 -0000)
commit43af3d35781855cfa987ef163e4c75d8e52f5be0
tree5acff845bcd55b71939a28e53e1f98686c7289f4
parent02cfe523e886c6c619501df7b851634032505e30
buildroot: add QUIET variable and use it for wget/git/svn/configure

A lot of tools take a -q option to be quiet.
Set this if make is called with the -s (silent) option and use for
wget, git, svn and configure.
package/Makefile.autotools.in
project/Makefile.in