bug-make
[Top][All Lists]
Advanced

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

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


From: anonymous
Subject: [bug #59467] --no-print-directory has no effect if command parsing complains about -j options
Date: Mon, 16 Nov 2020 14:46:33 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36

URL:
  <https://savannah.gnu.org/bugs/?59467>

                 Summary: --no-print-directory has no effect if command
parsing complains about -j options
                 Project: make
            Submitted by: None
            Submitted on: Mon 16 Nov 2020 07:46:31 PM UTC
                Severity: 3 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
       Component Version: 4.2.1
        Operating System: POSIX-Based
           Fixed Release: None
           Triage Status: None

    _______________________________________________________

Details:

reopening https://savannah.gnu.org/bugs/?47752.
Run the attached make file with and without -j4 and observer different
behaviors:

$ make -j4
make t1
make[1]: Entering directory '/home/aazade/work/test_make'
make t2 --no-print-directory
make[2]: Entering directory '/home/aazade/work/test_make'
make[2]: warning: jobserver unavailable: using -j1.  Add '+' to parent make
rule.
t2
make[2]: Leaving directory '/home/aazade/work/test_make'
make[1]: Leaving directory '/home/aazade/work/test_make'
$ make 
make t1
make[1]: Entering directory '/home/aazade/work/test_make'
make t2 --no-print-directory
t2
make[1]: Leaving directory '/home/aazade/work/test_make'




    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Mon 16 Nov 2020 07:46:31 PM UTC  Name: Makefile  Size: 87B   By: None

<http://savannah.gnu.org/bugs/download.php?file_id=50287>

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?59467>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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