Re: [Qemu-devel] [PATCH] optionroms: Silence intermediate file removal

2012-01-27 Thread Andreas Färber
Am 23.01.2012 19:34, schrieb Jan Kiszka: > The build process of optionroms spits out an "rm ..." line. Moreover, it > removes all .o files that can be handy for debugging purposes. > > Disable automatic intermediate removal and only clean up the unneeded > and large .img and .raw files. > > Signe

[Qemu-devel] [PATCH] optionroms: Silence intermediate file removal

2012-01-23 Thread Jan Kiszka
The build process of optionroms spits out an "rm ..." line. Moreover, it removes all .o files that can be handy for debugging purposes. Disable automatic intermediate removal and only clean up the unneeded and large .img and .raw files. Signed-off-by: Jan Kiszka --- pc-bios/optionrom/Makefile |