Thread overview
[Issue 4175] New: linux.mak doesn't declare sufficient dependencies to support parallel builds
May 11, 2010
Brad Roberts
May 11, 2010
Brad Roberts
Jun 07, 2010
Walter Bright
May 11, 2010
http://d.puremagic.com/issues/show_bug.cgi?id=4175

           Summary: linux.mak doesn't declare sufficient dependencies to
                    support parallel builds
           Product: D
           Version: unspecified
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nobody@puremagic.com
        ReportedBy: braddr@puremagic.com


--- Comment #0 from Brad Roberts <braddr@puremagic.com> 2010-05-11 00:52:25 PDT ---
Created an attachment (id=628)
fix parallel builds on linux

Attached patch fixes the dependencies enough so that make -l linux.mak -j <some number> works correctly.  It's far from specifying all the proper dependencies so that frequent clean / rebuild cycles aren't required when altering .h files.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
May 11, 2010
http://d.puremagic.com/issues/show_bug.cgi?id=4175


Brad Roberts <braddr@puremagic.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
    Attachment #628|application/octet-stream    |text/plain
          mime type|                            |
 Attachment #628 is|0                           |1
              patch|                            |


-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
June 07, 2010
http://d.puremagic.com/issues/show_bug.cgi?id=4175


Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |bugzilla@digitalmars.com
         Resolution|                            |FIXED


--- Comment #1 from Walter Bright <bugzilla@digitalmars.com> 2010-06-06 22:56:45 PDT ---
http://www.dsource.org/projects/dmd/changeset/524

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------