bug-make
[Top][All Lists]
Advanced

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

[bug #37208] make does not update .INTERMEDIATE targets when rebuilding


From: Vikram Parthasarathy
Subject: [bug #37208] make does not update .INTERMEDIATE targets when rebuilding with number of jobs greater than 1 (j > 1)
Date: Tue, 28 Aug 2012 00:11:00 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.83 Safari/537.1

URL:
  <http://savannah.gnu.org/bugs/?37208>

                 Summary: make does not update .INTERMEDIATE targets when
rebuilding with number of jobs greater than 1 (j > 1)
                 Project: make
            Submitted by: viki89
            Submitted on: Tue 28 Aug 2012 12:10:59 AM GMT
                Severity: 3 - Normal
              Item Group: Bug
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
       Component Version: 3.82
        Operating System: Any
           Fixed Release: None
           Triage Status: None

    _______________________________________________________

Details:

Steps to reproduce:

Using the attached Makefile,

1. make
=> "true b" is printed
2. touch x
3. make
=> "true b" is printed
4. touch x
5. make -j 3
=> "true b" IS NOT printed!




    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Tue 28 Aug 2012 12:10:59 AM GMT  Name: Makefile  Size: 154B   By: viki89

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

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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