qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] build: remove *.lo, *.a, *.la files from all su


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH] build: remove *.lo, *.a, *.la files from all subdirectories on make clean
Date: Fri, 25 Jan 2013 10:09:45 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130110 Thunderbird/17.0.2

Il 15/01/2013 09:49, Paolo Bonzini ha scritto:
> .lo files in stubs/, util/ and libcacard/ were not cleaned.
> Fix this.
> 
> Cc: Blue Swirl <address@hidden>
> Reported-by: Stefan Hajnoczi <address@hidden>
> Signed-off-by: Paolo Bonzini <address@hidden>
> ---
>  Makefile | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/Makefile b/Makefile
> index cfa2fa6..6cee692 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -214,9 +214,9 @@ clean:
>  # avoid old build problems by removing potentially incorrect old files
>       rm -f config.mak op-i386.h opc-i386.h gen-op-i386.h op-arm.h opc-arm.h 
> gen-op-arm.h
>       rm -f qemu-options.def
> -     find . -name '*.[od]' -type f -exec rm -f {} +
> -     rm -f *.a *.lo $(TOOLS) $(HELPERS-y) qemu-ga TAGS cscope.* *.pod *~ */*~
> -     rm -f *.la
> +     find . -name '*.[oda]' -type f -exec rm -f {} +
> +     find . -name '*.l[oa]' -type f -exec rm -f {} +
> +     rm -f $(TOOLS) $(HELPERS-y) qemu-ga TAGS cscope.* *.pod *~ */*~
>       rm -Rf .libs
>       rm -f qemu-img-cmds.h
>       @# May not be present in GENERATED_HEADERS
> 

Ping.

Paolo



reply via email to

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