bug-make
[Top][All Lists]
Advanced

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

[bug #46203] Patch to make -j value visible to make


From: Paul D. Smith
Subject: [bug #46203] Patch to make -j value visible to make
Date: Mon, 04 Apr 2016 05:52:28 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0

Update of bug #46203 (project make):

                  Status:                    None => Fixed                  
             Assigned to:                    None => psmith                 
             Open/Closed:                    Open => Closed                 
           Fixed Release:                    None => SCM                    
           Triage Status:                    None => Medium Effort          

    _______________________________________________________

Follow-up Comment #1:

I decided to do this differently.  Instead of creating a new variable I just
modified make to ensure that the -jN flag was present in MAKEFLAGS and N was
correct.

You can get the value using something like:

  slots := $(patsubst -j%,%,$(filter -j%,$(MAKEFLAGS)))


This will be in the next release.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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