qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 3/7] ipxe: rm local config in cleanup


From: Laszlo Ersek
Subject: Re: [Qemu-devel] [PATCH 3/7] ipxe: rm local config in cleanup
Date: Wed, 15 Jul 2015 12:58:45 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0

On 07/15/15 12:10, Gerd Hoffmann wrote:
> ipxe build now generates empty local header files in case they are
> not preset.

ITYM "prese[n]t". (Although, pre-set seems to make some sense as well,
so I'm not fully sure.)

> Let's remove them on cleanup to make sure we store a
> fresh copy on the next build.
> 
> Signed-off-by: Gerd Hoffmann <address@hidden>
> ---
>  roms/Makefile | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/roms/Makefile b/roms/Makefile
> index 7b3f156..c0153c7 100644
> --- a/roms/Makefile
> +++ b/roms/Makefile
> @@ -153,5 +153,6 @@ clean:
>       $(MAKE) -C sgabios clean
>       rm -f sgabios/.depend
>       $(MAKE) -C ipxe/src veryclean
> +     (cd ipxe; rm -f src/config/local/*.h)
>       $(MAKE) -C SLOF clean
>       rm -rf u-boot/build.e500
> 

I'll let you decide about the (non-)typo.

Acked-by: Laszlo Ersek <address@hidden>



reply via email to

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