qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] Use $(MAKE) for recursive make


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH] Use $(MAKE) for recursive make
Date: Thu, 02 Apr 2015 15:56:14 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0


On 01/04/2015 19:58, Ed Maste wrote:
> On BSDs "make" is typically BSD make, while "gmake" is GNU make.
> 
> Signed-off-by: Ed Maste <address@hidden>
> ---
>  Makefile | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/Makefile b/Makefile
> index 88bce56..ee40397 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -331,8 +331,8 @@ distclean: clean
>       rm -rf $$d || exit 1 ; \
>          done
>       rm -Rf .sdk
> -     if test -f pixman/config.log; then make -C pixman distclean; fi
> -     if test -f dtc/version_gen.h; then make $(DTC_MAKE_ARGS) clean; fi
> +     if test -f pixman/config.log; then $(MAKE) -C pixman distclean; fi
> +     if test -f dtc/version_gen.h; then $(MAKE) $(DTC_MAKE_ARGS) clean; fi
>  
>  KEYMAPS=da     en-gb  et  fr     fr-ch  is  lt  modifiers  no  pt-br  sv \
>  ar      de     en-us  fi  fr-be  hr     it  lv  nl         pl  ru     th \
> 

Applied, thanks.

Paolo



reply via email to

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