summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2008-10-21 08:56:26 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2008-10-21 08:56:26 +0000
commit43af3d35781855cfa987ef163e4c75d8e52f5be0 (patch)
tree5acff845bcd55b71939a28e53e1f98686c7289f4 /package
parent02cfe523e886c6c619501df7b851634032505e30 (diff)
downloadbuildroot-novena-43af3d35781855cfa987ef163e4c75d8e52f5be0.tar.gz
buildroot-novena-43af3d35781855cfa987ef163e4c75d8e52f5be0.zip
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.
Diffstat (limited to 'package')
-rw-r--r--package/Makefile.autotools.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/package/Makefile.autotools.in b/package/Makefile.autotools.in
index 9f7a54807..1a38d4ffb 100644
--- a/package/Makefile.autotools.in
+++ b/package/Makefile.autotools.in
@@ -225,8 +225,7 @@ $(BUILD_DIR)/%/.stamp_configured:
--prefix=/usr \
--exec-prefix=/usr \
--sysconfdir=/etc \
- $(if $(findstring s,$(MAKEFLAGS)),--quiet,) \
- $($(PKG)_CONF_OPT)
+ $(QUIET) $($(PKG)_CONF_OPT)
$(Q)touch $@
# Build