]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[build] Disable ccache for all relevant build targets
authorMichael Brown <mcb30@ipxe.org>
Wed, 26 Mar 2014 21:27:55 +0000 (21:27 +0000)
committerMichael Brown <mcb30@ipxe.org>
Wed, 26 Mar 2014 21:28:27 +0000 (21:28 +0000)
commit8540300951b967cf8dad1e8a4106b716ba7e848f
tree8949f77d002ee2f8b39dd3a4d72f486bff2b9d39
parent9087a033911b478ac86ca966795bac5910e9f591
[build] Disable ccache for all relevant build targets

The build process currently attempts to disable ccache for files using
the .incbin directive, but the rule fails to apply to anything beyond
the simple object target.  Fix by applying to all relevant build
targets (including debug objects, assembly listings, and so on).

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/Makefile.housekeeping