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

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.