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/


_______________________________________________
Bug-make mailing list
Bug-make@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-make

Reply via email to