qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Matheus Tavares Bernardino <quic_mathbern@quicinc.com>
To: Paolo Bonzini <pbonzini@redhat.com>
Cc: "Matheus Tavares Bernardino" <quic_mathbern@quicinc.com>,
	qemu-devel@nongnu.org, martin@geanix.com,
	"Alex Bennée" <alex.bennee@linaro.org>,
	"Thomas Huth" <thuth@redhat.com>
Subject: Re: [PATCH] Makefile: fix use of -j without an argument
Date: Fri, 12 Apr 2024 08:56:19 -0300	[thread overview]
Message-ID: <20240412115641.48850-1-quic_mathbern@quicinc.com> (raw)
In-Reply-To: <CABgObfa5NVGTTC_D09tomXf6FhYnbCt6wY_K_L32cWLXOhaJgg@mail.gmail.com>

On Fri, 12 Apr 2024 10:02:54 +0200 Paolo Bonzini <pbonzini@redhat.com> wrote:
>
> On Thu, Apr 11, 2024 at 5:46 PM Matheus Tavares Bernardino
> <quic_mathbern@quicinc.com> wrote:
> > +        $(if $(filter -j, $(MAKEFLAGS)) \
> > +            ,, \
> > +            $(or \
> > +                 $(filter -l% -j%, $(MAKEFLAGS)), \
> > +                 $(if $(filter --jobserver-auth=%, $(MAKEFLAGS)),, -j1)) \
> > +        ) -d keepdepfile
> 
> This is more easily written as $(filter-out -j, $(or ...)).
> 
> I've sent a v2.

Thanks! 


       reply	other threads:[~2024-04-12 11:57 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CABgObfa5NVGTTC_D09tomXf6FhYnbCt6wY_K_L32cWLXOhaJgg@mail.gmail.com>
2024-04-12 11:56 ` Matheus Tavares Bernardino [this message]
2024-04-11 15:09 [PATCH] Makefile: fix use of -j without an argument Matheus Tavares Bernardino
2024-04-11 15:29 ` Philippe Mathieu-Daudé
2024-04-11 15:38   ` Matheus Tavares Bernardino
2024-04-11 17:08     ` Philippe Mathieu-Daudé
2024-04-12  8:02 ` 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=20240412115641.48850-1-quic_mathbern@quicinc.com \
    --to=quic_mathbern@quicinc.com \
    --cc=alex.bennee@linaro.org \
    --cc=martin@geanix.com \
    --cc=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=thuth@redhat.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).