public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "marc.glisse at normalesup dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug testsuite/53155] Not parallel: test for -j fails with new make
Date: Sat, 28 Apr 2012 21:50:00 -0000	[thread overview]
Message-ID: <bug-53155-4-xWyZWZvdUT@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-53155-4@http.gcc.gnu.org/bugzilla/>

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53155

--- Comment #2 from Marc Glisse <marc.glisse at normalesup dot org> 2012-04-28 21:49:43 UTC ---
laptop-mg /tmp/m $ cat Makefile 
all:
    $(MAKE) plouf

plouf:
    echo $(MFLAGS) "$(filter -j, $(MFLAGS))"
laptop-mg /tmp/m $ make -j
make plouf
make[1]: Entering directory `/tmp/m'
echo -wj ""
-wj 
make[1]: Leaving directory `/tmp/m'

version 3.81-8.2


  parent reply	other threads:[~2012-04-28 21:50 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-28 21:36 [Bug testsuite/53155] New: Not parallel: test for -j fails marc.glisse at normalesup dot org
2012-04-28 21:39 ` [Bug testsuite/53155] Not parallel: test for -j fails with new make pinskia at gcc dot gnu.org
2012-04-28 21:50 ` marc.glisse at normalesup dot org [this message]
2012-04-28 21:53 ` pinskia at gcc dot gnu.org
2014-09-03  9:30 ` Joost.VandeVondele at mat dot ethz.ch
2021-09-12 21:57 ` pinskia at gcc dot gnu.org
2021-09-13  6:58 ` glisse at gcc dot gnu.org

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=bug-53155-4-xWyZWZvdUT@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.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 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 read-only IMAP folder(s) and NNTP newsgroup(s).