[build] Disable ccache for embedded.o
[gpxe.git] / .dotest / msg-clean
blob305c50f4a68bc9fd9a54c239443653fd7b8e5be4
1 Disable ccache for embedded.o
3 Embedded image support uses .incbin in inline assembly to include binary
4 files.  The file dependency is not spotted by ccache when deciding
5 whether or not to rebuild embedded.o.  This results in builds that
6 contain an outdated version of the embedded image when ccache is used.
8 Reported-by: Tim 'Shaggy' Bielawa <tbielawa@jabber.org>
9 Reported-by: Matt Domsch <Matt_Domsch@dell.com>
10 Signed-off-by: Stefan Hajnoczi <stefanha@gmail.com>