[Buildroot] svn commit: trunk/buildroot/package

jacmet at uclibc.org jacmet at uclibc.org
Mon Aug 4 19:08:45 UTC 2008


Author: jacmet
Date: 2008-08-04 12:08:45 -0700 (Mon, 04 Aug 2008)
New Revision: 23041

Log:
Makefile.autotools.in: quiet configure on silent (-s) builds

Use --quiet configure argument when make is invoked with the -s (silent)
option.

Modified:
   trunk/buildroot/package/Makefile.autotools.in


Changeset:
Modified: trunk/buildroot/package/Makefile.autotools.in
===================================================================
--- trunk/buildroot/package/Makefile.autotools.in	2008-08-04 19:08:41 UTC (rev 23040)
+++ trunk/buildroot/package/Makefile.autotools.in	2008-08-04 19:08:45 UTC (rev 23041)
@@ -215,6 +215,7 @@
 		--prefix=/usr \
 		--exec-prefix=/usr \
 		--sysconfdir=/etc \
+		$(if $(findstring s,$(MAKEFLAGS)),--quiet,)
 		$($(PKG)_CONF_OPT)
 	$(Q)touch $@
 




More information about the buildroot mailing list