mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
ccache: fix the indentation
Commit "packages: indentation cleanup" broke the build of master. This commit reverse the patch on just ccache package and fix that issue. Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
8ef3745617
commit
f3b44101d3
@ -66,10 +66,10 @@ ccache-stats: host-ccache
|
|||||||
|
|
||||||
ccache-options: host-ccache
|
ccache-options: host-ccache
|
||||||
ifeq ($(CCACHE_OPTIONS),)
|
ifeq ($(CCACHE_OPTIONS),)
|
||||||
$(Q)echo "Usage: make ccache-options CCACHE_OPTIONS=\"opts\""
|
$(Q)echo "Usage: make ccache-options CCACHE_OPTIONS=\"opts\""
|
||||||
$(Q)echo "where 'opts' corresponds to one or more valid ccache options" \
|
$(Q)echo "where 'opts' corresponds to one or more valid ccache options" \
|
||||||
"(see ccache help text below)"
|
"(see ccache help text below)"
|
||||||
$(Q)echo
|
$(Q)echo
|
||||||
endif
|
endif
|
||||||
$(Q)$(CCACHE) $(CCACHE_OPTIONS)
|
$(Q)$(CCACHE) $(CCACHE_OPTIONS)
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user