bug-make
[Top][All Lists]
Advanced

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

[bug #47752] --no-print-directory has no effect if command parsing compl


From: Paul D. Smith
Subject: [bug #47752] --no-print-directory has no effect if command parsing complains about -j options
Date: Sun, 15 May 2016 19:48:03 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:46.0) Gecko/20100101 Firefox/46.0

Update of bug #47752 (project make):

                  Status:                    None => Duplicate              
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #1:

This has already been fixed in the current Git version...


$ make --version | head -n1
GNU Make 4.1.90

$ make -j4
make t1
make[1]: Entering directory '/tmp'
make -j2 t2
make[2]: Entering directory '/tmp'
make[2]: warning: -jN forced in submake: disabling jobserver mode.
t2
make[2]: Leaving directory '/tmp'
make[1]: Leaving directory '/tmp'


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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