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

2012-02-01 Thread Anthony Liguori
On 01/30/2012 04:27 AM, Jan Kiszka wrote: The build process of optionroms spits out an "rm ..." line. Moreover, it removes all .o files that can be handy for debugging purposes. So disable automatic intermediate removal. Signed-off-by: Jan Kiszka Applied. Thanks. Regards, Anthony Liguori

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

2012-01-30 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. So disable automatic intermediate removal. Signed-off-by: Jan Kiszka --- Changes in v3: - do not remove intermediate file manually, it breaks parallel build