* [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
* [Buildroot] [PATCH] ed: Fix quiet building
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
0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni @ 2013-05-20 12:47 UTC (permalink / raw)
To: buildroot
Dear Markos Chandras,
On Mon, 20 May 2013 13:42:25 +0100, Markos Chandras wrote:
> 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>
If the configure script is not an autotools one, then we shouldn't be
using the autotools-package infrastructure for this package.
Thomas
--
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] ed: Fix quiet building
2013-05-20 12:47 ` Thomas Petazzoni
@ 2013-05-20 13:08 ` Markos Chandras
0 siblings, 0 replies; 3+ messages in thread
From: Markos Chandras @ 2013-05-20 13:08 UTC (permalink / raw)
To: buildroot
On 20 May 2013 13:47, Thomas Petazzoni
<thomas.petazzoni@free-electrons.com> wrote:
> Dear Markos Chandras,
>
> On Mon, 20 May 2013 13:42:25 +0100, Markos Chandras wrote:
>
>> 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>
>
> If the configure script is not an autotools one, then we shouldn't be
> using the autotools-package infrastructure for this package.
>
> Thomas
> --
> Thomas Petazzoni, Free Electrons
> Kernel, drivers, real-time and embedded Linux
> development, consulting, training and support.
> http://free-electrons.com
Hi Thomas,
No problem. I will convert it and send a new patch.
--
Regards,
Markos Chandras
^ permalink raw reply [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