Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] ed: Fix quiet building
@ 2013-05-20 12:42 Markos Chandras
  2013-05-20 12:47 ` Thomas Petazzoni
  0 siblings, 1 reply; 3+ messages in thread
From: Markos Chandras @ 2013-05-20 12:42 UTC (permalink / raw)
  To: buildroot

From: Markos Chandras <markos.chandras@imgtec.com>

The configure script is a custom one, and '-q' is not supported.
It fixes the following problem when building using 'make -s'

configure: Unrecognized option: "-q"; use --help for usage.

Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
---
 package/ed/ed.mk | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/package/ed/ed.mk b/package/ed/ed.mk
index 2bb8e0e..d29239f 100644
--- a/package/ed/ed.mk
+++ b/package/ed/ed.mk
@@ -11,4 +11,8 @@ ED_CONF_OPT = CC="$(TARGET_CC)" CFLAGS="$(TARGET_CFLAGS)" \
 ED_LICENSE = GPLv3+
 ED_LICENSE_FILES = COPYING
 
+# The configure script is not a standard autotools one
+# and the '-q' option is not supported.
+QUIET=
+
 $(eval $(autotools-package))
-- 
1.8.2.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-05-20 13:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-20 12:42 [Buildroot] [PATCH] ed: Fix quiet building Markos Chandras
2013-05-20 12:47 ` Thomas Petazzoni
2013-05-20 13:08   ` Markos Chandras

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox