From: Stefan Weil <sw@weilnetz.de>
To: Ed Maste <emaste@freebsd.org>, qemu-devel@nongnu.org
Cc: qemu-trivial@nongnu.org
Subject: Re: [Qemu-trivial] [Qemu-devel] [PATCH] Use $(MAKE) for recursive make
Date: Wed, 01 Apr 2015 20:45:11 +0200 [thread overview]
Message-ID: <551C3CB7.2030308@weilnetz.de> (raw)
In-Reply-To: <1427911118-21905-1-git-send-email-emaste@freebsd.org>
Am 01.04.2015 um 19:58 schrieb Ed Maste:
> On BSDs "make" is typically BSD make, while "gmake" is GNU make.
>
> Signed-off-by: Ed Maste <emaste@freebsd.org>
> ---
> 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 \
Reviewed-by: Stefan Weil <sw@weilnetz.de>
WARNING: multiple messages have this Message-ID (diff)
From: Stefan Weil <sw@weilnetz.de>
To: Ed Maste <emaste@freebsd.org>, qemu-devel@nongnu.org
Cc: qemu-trivial@nongnu.org
Subject: Re: [Qemu-devel] [PATCH] Use $(MAKE) for recursive make
Date: Wed, 01 Apr 2015 20:45:11 +0200 [thread overview]
Message-ID: <551C3CB7.2030308@weilnetz.de> (raw)
In-Reply-To: <1427911118-21905-1-git-send-email-emaste@freebsd.org>
Am 01.04.2015 um 19:58 schrieb Ed Maste:
> On BSDs "make" is typically BSD make, while "gmake" is GNU make.
>
> Signed-off-by: Ed Maste <emaste@freebsd.org>
> ---
> 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 \
Reviewed-by: Stefan Weil <sw@weilnetz.de>
next prev parent reply other threads:[~2015-04-01 18:45 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-01 17:58 [Qemu-trivial] [PATCH] Use $(MAKE) for recursive make Ed Maste
2015-04-01 17:58 ` [Qemu-devel] " Ed Maste
2015-04-01 18:45 ` Stefan Weil [this message]
2015-04-01 18:45 ` Stefan Weil
2015-04-02 3:16 ` [Qemu-trivial] " Fam Zheng
2015-04-02 3:16 ` Fam Zheng
2015-04-02 8:58 ` [Qemu-trivial] " Stefan Hajnoczi
2015-04-02 8:58 ` Stefan Hajnoczi
2015-04-02 13:56 ` [Qemu-trivial] " Paolo Bonzini
2015-04-02 13:56 ` [Qemu-devel] " Paolo Bonzini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=551C3CB7.2030308@weilnetz.de \
--to=sw@weilnetz.de \
--cc=emaste@freebsd.org \
--cc=qemu-devel@nongnu.org \
--cc=qemu-trivial@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.