]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[build] Use $(eval) if available
authorMichael Brown <mcb30@ipxe.org>
Tue, 14 May 2013 13:28:30 +0000 (14:28 +0100)
committerMichael Brown <mcb30@ipxe.org>
Tue, 14 May 2013 13:28:30 +0000 (14:28 +0100)
commit05d11b7337489d692690e049f15c1d7ada43c722
treea5136767511e11ad68dd7849f57b79b4f3e039ac
parentcb29cd4298f07c35ac2099f56bd9895a9160e3a2
[build] Use $(eval) if available

When the $(eval) function is available (in GNU make >= 3.80), we can
evaluate many of the dynamically-generated Makefile rules directly.
This avoids generating a few hundred Makefile fragments in the
filesystem, and so speeds up the build process.

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