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 <kra...@redhat.com>
> ---
>  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 <ler...@redhat.com>

Reply via email to