bug-make
[Top][All Lists]
Advanced

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

[bug #49844] 'make -j' without explicit process count sometimes doesn't


From: Paul D. Smith
Subject: [bug #49844] 'make -j' without explicit process count sometimes doesn't parallelize
Date: Thu, 22 Jun 2017 08:12:18 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:54.0) Gecko/20100101 Firefox/54.0

Update of bug #49844 (project make):

                  Status:                    None => Not A Bug              
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #2:

Even simpler is to just use "--" (and what's the goal of using xargs?):

+verbose+
  make -j5 -- $(seq 1000)

  make -j -- $(seq 1000)
-verbose-

If that ends up not solving your problem please add a new comment and I'll
re-open this issue.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?49844>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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