[Buildroot] [PATCH] redis: fix build with ccache enabled

Peter Korsgaard jacmet at uclibc.org
Wed Aug 28 14:20:34 UTC 2013


>>>>> "Thomas" == Thomas De Schampheleire <patrickdepinguin+buildroot at gmail.com> writes:

 Thomas> Some parts of redis fail to build when ccache is enabled, due to one of our
 Thomas> own patches. The construct
 Thomas>     make CC=$(CC) target1 target2
 Thomas> would result in
 Thomas>     make CC=ccache <tuple>-gcc target1 target2

 Thomas> and here <tuple>-gcc would be treated as a target and the compiler used
 Thomas> would be just 'ccache'.

 Thomas> Reported-by: Johan Sagaert <sagaert.johan at skynet.be>
 Thomas> Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire at gmail.com>

 Thomas> ---
 Thomas> I think this should still be applied for 2013.08.

Committed, thanks.

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list