Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] pkg-autotools.mk: remove extra space from config-update message
@ 2013-03-12  1:58 Danomi Manchego
  2013-03-12  7:41 ` Thomas Petazzoni
  2013-03-18 21:45 ` Peter Korsgaard
  0 siblings, 2 replies; 4+ messages in thread
From: Danomi Manchego @ 2013-03-12  1:58 UTC (permalink / raw)
  To: buildroot

If you do a "make -s", you will notice that the UPDATE_CONFIG_HOOK message
has an extra space compared to other highlighted messages. ?For example:

>>> util-linux 2.20.1 ?Updating config.sub and config.guess
>>> util-linux 2.20.1 Patching libtool
>>> util-linux 2.20.1 Autoreconfiguring

A grep shows this is the only instance of the extra space. This patch
removes the extra space.

Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com>
---
 package/pkg-autotools.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/pkg-autotools.mk b/package/pkg-autotools.mk
index 890506b..995c685 100644
--- a/package/pkg-autotools.mk
+++ b/package/pkg-autotools.mk
@@ -145,7 +145,7 @@ endif
 # Hook to update config.sub and config.guess if needed
 #
 define UPDATE_CONFIG_HOOK
-       @$$(call MESSAGE, "Updating config.sub and config.guess")
+       @$$(call MESSAGE,"Updating config.sub and config.guess")
        $$(call CONFIG_UPDATE,$$(@D))
 endef
 
-- 
1.7.9.5

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

* [Buildroot] [PATCH] pkg-autotools.mk: remove extra space from config-update message
  2013-03-12  1:58 [Buildroot] [PATCH] pkg-autotools.mk: remove extra space from config-update message Danomi Manchego
@ 2013-03-12  7:41 ` Thomas Petazzoni
  2013-03-12  9:16   ` Thomas De Schampheleire
  2013-03-18 21:45 ` Peter Korsgaard
  1 sibling, 1 reply; 4+ messages in thread
From: Thomas Petazzoni @ 2013-03-12  7:41 UTC (permalink / raw)
  To: buildroot

Dear Danomi Manchego,

On Mon, 11 Mar 2013 21:58:31 -0400, Danomi Manchego wrote:
> If you do a "make -s", you will notice that the UPDATE_CONFIG_HOOK message
> has an extra space compared to other highlighted messages. ?For example:
> 
> >>> util-linux 2.20.1 ?Updating config.sub and config.guess
> >>> util-linux 2.20.1 Patching libtool
> >>> util-linux 2.20.1 Autoreconfiguring
> 
> A grep shows this is the only instance of the extra space. This patch
> removes the extra space.
> 
> Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com>

Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-- 
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] 4+ messages in thread

* [Buildroot] [PATCH] pkg-autotools.mk: remove extra space from config-update message
  2013-03-12  7:41 ` Thomas Petazzoni
@ 2013-03-12  9:16   ` Thomas De Schampheleire
  0 siblings, 0 replies; 4+ messages in thread
From: Thomas De Schampheleire @ 2013-03-12  9:16 UTC (permalink / raw)
  To: buildroot

On Tue, Mar 12, 2013 at 8:41 AM, Thomas Petazzoni
<thomas.petazzoni@free-electrons.com> wrote:
> Dear Danomi Manchego,
>
> On Mon, 11 Mar 2013 21:58:31 -0400, Danomi Manchego wrote:
>> If you do a "make -s", you will notice that the UPDATE_CONFIG_HOOK message
>> has an extra space compared to other highlighted messages.  For example:
>>
>> >>> util-linux 2.20.1  Updating config.sub and config.guess
>> >>> util-linux 2.20.1 Patching libtool
>> >>> util-linux 2.20.1 Autoreconfiguring
>>
>> A grep shows this is the only instance of the extra space. This patch
>> removes the extra space.
>>
>> Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com>
>
> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>

Acked-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>

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

* [Buildroot] [PATCH] pkg-autotools.mk: remove extra space from config-update message
  2013-03-12  1:58 [Buildroot] [PATCH] pkg-autotools.mk: remove extra space from config-update message Danomi Manchego
  2013-03-12  7:41 ` Thomas Petazzoni
@ 2013-03-18 21:45 ` Peter Korsgaard
  1 sibling, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2013-03-18 21:45 UTC (permalink / raw)
  To: buildroot

>>>>> "Danomi" == Danomi Manchego <danomimanchego123@gmail.com> writes:

 Danomi> If you do a "make -s", you will notice that the
 Danomi> UPDATE_CONFIG_HOOK message has an extra space compared to other
 Danomi> highlighted messages. ?For example:

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2013-03-18 21:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-12  1:58 [Buildroot] [PATCH] pkg-autotools.mk: remove extra space from config-update message Danomi Manchego
2013-03-12  7:41 ` Thomas Petazzoni
2013-03-12  9:16   ` Thomas De Schampheleire
2013-03-18 21:45 ` Peter Korsgaard

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