qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] makefile: detect corrupted elf files


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH] makefile: detect corrupted elf files
Date: Tue, 21 May 2013 23:01:05 +0100

On 21 May 2013 22:46, Michael S. Tsirkin <address@hidden> wrote:
> Once in a while make gets killed and doesn't
> clean up partial object files after it.
> Result is nasty errors from link.
> This hack checks object is well formed before linking,
> and rebuilds it if not.
>
> Signed-off-by: Michael S. Tsirkin <address@hidden>
> ---
>
> Is below useful for others?

Seems to me like this is just working around a make bug:
it is supposed to delete the partial object if it gets
killed.

> +$(all-obj-y): % : $$(if $$(shell size %), , CORRUPTBINARY)

If we do do this, we probably ought to be running the
cross-prefix version of size, not the host version.

thanks
-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]