qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v3 22/24] build: Fix installation of target-depe


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH v3 22/24] build: Fix installation of target-dependant files
Date: Fri, 26 Apr 2013 17:24:22 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130311 Thunderbird/17.0.4

Il 21/04/2013 21:13, Lluís Vilanova ha scritto:
> Pass all the relevant sub-directory make variables.
> 
> Signed-off-by: Lluís Vilanova <address@hidden>
> ---
> Cc: Anthony Liguori <address@hidden>
> Cc: Paul Brook <address@hidden>
> ---
>  Makefile |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Makefile b/Makefile
> index 7916152..ccf6760 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -346,7 +346,7 @@ endif
>               $(INSTALL_DATA) $(SRC_PATH)/pc-bios/keymaps/$$x 
> "$(DESTDIR)$(qemu_datadir)/keymaps"; \
>       done
>       for d in $(TARGET_DIRS); do \
> -     $(MAKE) -C $$d $@ || exit 1 ; \
> +     $(MAKE) $(SUBDIR_MAKEFLAGS) TARGET_DIR=$$d/ -C $$d $@ || exit 1 ; \
>          done
>  
>  # various test targets
> 
> 
> 

Please resubmit this separately too, it is a worthwhile cleanup.

Paolo



reply via email to

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