All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] ccache: fix the indentation
@ 2015-03-31 14:31 Jerzy Grzegorek
  2015-03-31 20:27 ` Vincent Stehlé
  0 siblings, 1 reply; 4+ messages in thread
From: Jerzy Grzegorek @ 2015-03-31 14:31 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
---
 package/ccache/ccache.mk | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/package/ccache/ccache.mk b/package/ccache/ccache.mk
index ac2eaab..893b6ae 100644
--- a/package/ccache/ccache.mk
+++ b/package/ccache/ccache.mk
@@ -66,10 +66,10 @@ ccache-stats: host-ccache
 
 ccache-options: host-ccache
 ifeq ($(CCACHE_OPTIONS),)
-$(Q)echo "Usage: make ccache-options CCACHE_OPTIONS=\"opts\""
-$(Q)echo "where 'opts' corresponds to one or more valid ccache options" \
-"(see ccache help text below)"
-$(Q)echo
+	$(Q)echo "Usage: make ccache-options CCACHE_OPTIONS=\"opts\""
+	$(Q)echo "where 'opts' corresponds to one or more valid ccache options" \
+	"(see ccache help text below)"
+	$(Q)echo
 endif
-$(Q)$(CCACHE) $(CCACHE_OPTIONS)
+	$(Q)$(CCACHE) $(CCACHE_OPTIONS)
 endif
-- 
1.9.1

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

* [Buildroot] [PATCH 1/1] ccache: fix the indentation
  2015-03-31 14:31 [Buildroot] [PATCH 1/1] ccache: fix the indentation Jerzy Grzegorek
@ 2015-03-31 20:27 ` Vincent Stehlé
  2015-03-31 20:50   ` Károly Kasza
  0 siblings, 1 reply; 4+ messages in thread
From: Vincent Stehlé @ 2015-03-31 20:27 UTC (permalink / raw)
  To: buildroot

On 03/31/2015 04:31 PM, Jerzy Grzegorek wrote:
> Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>

Hi Jerzy,

It does indeed repair the build of master when enabling with ccache; thanks!

  Tested-by: Vincent Stehl? <vincent.stehle@laposte.net>

Also, maybe you want to mention in the commit message that it is a fix
for more than "just" the indentation?

Best regards,

V.

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

* [Buildroot] [PATCH 1/1] ccache: fix the indentation
  2015-03-31 20:27 ` Vincent Stehlé
@ 2015-03-31 20:50   ` Károly Kasza
  2015-03-31 20:52     ` Károly Kasza
  0 siblings, 1 reply; 4+ messages in thread
From: Károly Kasza @ 2015-03-31 20:50 UTC (permalink / raw)
  To: buildroot

?dv,
KK

On Tue, Mar 31, 2015 at 10:27 PM, Vincent Stehl? <vincent.stehle@laposte.net
> wrote:

> On 03/31/2015 04:31 PM, Jerzy Grzegorek wrote:
> > Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
>
> Hi Jerzy,
>
> It does indeed repair the build of master when enabling with ccache;
> thanks!
>
>   Tested-by: Vincent Stehl? <vincent.stehle@laposte.net>
>
> Also, maybe you want to mention in the commit message that it is a fix
> for more than "just" the indentation?
>
> Best regards,
>
> V.
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20150331/33caea2b/attachment.html>

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

* [Buildroot] [PATCH 1/1] ccache: fix the indentation
  2015-03-31 20:50   ` Károly Kasza
@ 2015-03-31 20:52     ` Károly Kasza
  0 siblings, 0 replies; 4+ messages in thread
From: Károly Kasza @ 2015-03-31 20:52 UTC (permalink / raw)
  To: buildroot

Acked-by: Karoly Kasza <kaszak@gmail.com>

BR,
KK
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20150331/fc9ba049/attachment.html>

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

end of thread, other threads:[~2015-03-31 20:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-31 14:31 [Buildroot] [PATCH 1/1] ccache: fix the indentation Jerzy Grzegorek
2015-03-31 20:27 ` Vincent Stehlé
2015-03-31 20:50   ` Károly Kasza
2015-03-31 20:52     ` Károly Kasza

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.