projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2964bff
)
Makefile.autotools.in: quiet configure on silent (-s) builds
author
Peter Korsgaard
<jacmet@sunsite.dk>
Mon, 4 Aug 2008 19:08:45 +0000
(19:08 -0000)
committer
Peter 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
patch
|
blob
|
history
diff --git
a/package/Makefile.autotools.in
b/package/Makefile.autotools.in
index c01a73eb1675b8fe2ee8fb1e3fe472094f92a758..07bb32d4770ab7874e53a3ba638825d8d6f897af 100644
(file)
--- a/
package/Makefile.autotools.in
+++ b/
package/Makefile.autotools.in
@@
-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 $@