Andreas Färber wrote:
Am 26.01.2012 11:32, schrieb Jan Kiszka:
On 2012-01-26 11:00, Andreas Färber wrote:
Am 26.01.2012 07:38, schrieb Gleb Natapov:
On Wed, Jan 25, 2012 at 10:07:14PM +0100, Erik Rull wrote:
Is it possible that you provide this patch? Or was it already
applied somewhere?

No patch needed. Just do "rm x86_64-softmmu/qmp-commands.h".

Or for earlier versions "rm qmp-commands.h"; possibly also qapi-types.h
and a third one.

When in doubt, use a clean checkup and a dedicated build dir. Then you
can just rm -rf *&&  ../qemu/configure&&  make -jx for each bisect step.

make distclean also worked for me in those annoying cases.

Usually yes. I recently had to submit
dcfa486817c12ea41165265cfaaa236d11968626 to make that work (again?) for
those files.

Andreas


make distclean fixes that from my side. I was not aware of this option, I thought that make clean would be sufficient.

Thanks for pointing to that.

Best regards,

Erik


Reply via email to