Makefile.autotools.in: quiet configure on silent (-s) builds
authorPeter Korsgaard <jacmet@sunsite.dk>
Mon, 4 Aug 2008 19:08:45 +0000 (19:08 -0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 4 Aug 2008 19:08:45 +0000 (19:08 -0000)
Use --quiet configure argument when make is invoked with the -s (silent)
option.

package/Makefile.autotools.in

index c01a73eb1675b8fe2ee8fb1e3fe472094f92a758..07bb32d4770ab7874e53a3ba638825d8d6f897af 100644 (file)
@@ -215,6 +215,7 @@ $(BUILD_DIR)/%/.stamp_configured:
                --prefix=/usr \
                --exec-prefix=/usr \
                --sysconfdir=/etc \
+               $(if $(findstring s,$(MAKEFLAGS)),--quiet,)
                $($(PKG)_CONF_OPT)
        $(Q)touch $@