[Bug testsuite/53155] Not parallel: test for -j fails with new make

2021-09-12 Thread glisse at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53155

--- Comment #6 from Marc Glisse  ---
(In reply to Andrew Pinski from comment #5)
> Hmm, Did something change in make?

It looks like make now splits -j from other flags in MFLAGS, -wkj becomes -kw
-j, so the old filters probably work now...

[Bug testsuite/53155] Not parallel: test for -j fails with new make

2021-09-12 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53155

--- Comment #5 from Andrew Pinski  ---
Hmm:
apinski@xeond:~/src/upstream-gcc/t$ make -j
make plouf
make[1]: Entering directory '/bajas/pinskia/src/upstream-gcc/t'
echo -w -j "-j"
-w -j -j
make[1]: Leaving directory '/bajas/pinskia/src/upstream-gcc/t'
apinski@xeond:~/src/upstream-gcc/t$ make --version
GNU Make 4.1


Hmm, Did something change in make?

[Bug testsuite/53155] Not parallel: test for -j fails with new make

2014-09-03 Thread Joost.VandeVondele at mat dot ethz.ch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53155

Joost VandeVondele  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
   Last reconfirmed||2014-09-03
 CC||Joost.VandeVondele at mat dot 
ethz
   ||.ch
 Ever confirmed|0   |1

--- Comment #4 from Joost VandeVondele  
---
still fails. Honestly, this made contributing my first patches much slower, as
testing took ages to complete.


[Bug testsuite/53155] Not parallel: test for -j fails with new make

2012-04-28 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53155

--- Comment #3 from Andrew Pinski  2012-04-28 
21:53:21 UTC ---
-j by itself fails but -j with a number passes.  This is what I use which is
why it works.


[Bug testsuite/53155] Not parallel: test for -j fails with new make

2012-04-28 Thread marc.glisse at normalesup dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53155

--- Comment #2 from Marc Glisse  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


[Bug testsuite/53155] Not parallel: test for -j fails with new make

2012-04-28 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53155

Andrew Pinski  changed:

   What|Removed |Added

Summary|Not parallel: test for -j   |Not parallel: test for -j
   |fails   |fails with new make

--- Comment #1 from Andrew Pinski  2012-04-28 
21:39:07 UTC ---
It works for me with the 3.8.1 from debian.
apinski@apinskidesktop:~$ cat /etc/debian_version 
6.0.3
apinski@apinskidesktop:~$ apt-cache  showpkg make
Package: make
Versions: 
3.81-8