Re: [Qemu-devel] [PATCH 1/5] Makefile cleanup

2010-05-07 Thread Isaku Yamahata
Hi. If gmake extension is allowed, nasty rm in the rule can be removed by using intermediate file which is removed after build. We can combine your cleanup with mine. [PATCH] vgabios: Makefile: clean up using gmake extension. clean up nasty rule by using gmake extension Signed-off-by: Isaku Yama

[Qemu-devel] [PATCH 1/5] Makefile cleanup

2010-05-07 Thread Gerd Hoffmann
Use a single rule for building bios binaries. Use target specific variables to set compile flags. This makes it more obvious what the differences between the versions are. It also makes it easier to add new bios binaries with slightly different settings. Signed-off-by: Gerd Hoffmann --- Makefi