Re: [Qemu-devel] [PATCH] build: fix Win32 clean build

2013-01-16 Thread Anthony Liguori
Applied. Thanks. Regards, Anthony Liguori

Re: [Qemu-devel] [PATCH] build: fix Win32 clean build

2013-01-16 Thread Paolo Bonzini
Il 15/01/2013 18:34, Stefan Weil ha scritto: > > Tested-by: Stefan Weil > > Blue, Paolo's patch fixes a recently introduced build regression for MinGW. > Please apply it to git master. > > I won't send a pull request because it is a build fix. > > Paolo, your latest modifications added one mor

Re: [Qemu-devel] [PATCH] build: fix Win32 clean build

2013-01-15 Thread Stefan Weil
Am 15.01.2013 09:49, schrieb Paolo Bonzini: > The version.o file did not appear explicitly as a dependency, and > this caused clean builds to fail. Force its build by making the > Makefile depend on version.o. > > (We cannot add it to libqemuutil.a, because it doesn't export any > symbol and thus

[Qemu-devel] [PATCH] build: fix Win32 clean build

2013-01-15 Thread Paolo Bonzini
The version.o file did not appear explicitly as a dependency, and this caused clean builds to fail. Force its build by making the Makefile depend on version.o. (We cannot add it to libqemuutil.a, because it doesn't export any symbol and thus would not be pulled by the linker). Cc: Blue Swirl Cc