From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Korsgaard Date: Wed, 28 Aug 2013 16:20:34 +0200 Subject: [Buildroot] [PATCH] redis: fix build with ccache enabled In-Reply-To: (Thomas De Schampheleire's message of "Wed, 28 Aug 2013 15:40:25 +0200") References: Message-ID: <87ppsxhp71.fsf@dell.be.48ers.dk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net >>>>> "Thomas" == Thomas De Schampheleire 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 -gcc target1 target2 Thomas> and here -gcc would be treated as a target and the compiler used Thomas> would be just 'ccache'. Thomas> Reported-by: Johan Sagaert Thomas> Signed-off-by: Thomas De Schampheleire Thomas> --- Thomas> I think this should still be applied for 2013.08. Committed, thanks. -- Bye, Peter Korsgaard