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

2012-01-27 Thread Andreas Färber
Am 27.01.2012 13:26, 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 v2] optionroms: Silence intermediate file removal

2012-01-27 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 --- Changes in v2: - comment on