Thread overview
[Issue 10270] New: dmd's posix.mak has incorrect dependencies
June 04, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=10270

           Summary: dmd's posix.mak has incorrect dependencies
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nobody@puremagic.com
        ReportedBy: andrei@erdani.com


--- Comment #0 from Andrei Alexandrescu <andrei@erdani.com> 2013-06-04 15:33:23 PDT ---
running make -j for dmd/src/posix.mak fails randomly because of incorrect dependencies. That forces serial builds, which are 2-6 times slower.

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



--- Comment #1 from Andrei Alexandrescu <andrei@erdani.com> 2013-06-04 15:47:33 PDT ---
https://github.com/D-Programming-Language/dmd/pull/2132

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



--- Comment #2 from github-bugzilla@puremagic.com 2013-06-04 16:06:41 PDT ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/5620f81b1eb1a5e8f0b6c8b85702a1a986206c05 Fix issue 10270

https://github.com/D-Programming-Language/dmd/commit/a498382e99b1db45657e2a37fd1d8ade1266b7c8 Merge pull request #2132 from andralex/make-dash-jay

Fix issue 10270

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



--- Comment #3 from github-bugzilla@puremagic.com 2013-06-04 16:13:07 PDT ---
Commit pushed to dmd-1.x at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/73ae5e7f0c1a75045d335ea76cb9a51477a5bb4d Merge pull request #2132 from andralex/make-dash-jay

Fix issue 10270

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



--- Comment #4 from github-bugzilla@puremagic.com 2013-06-04 18:21:46 PDT ---
Commit pushed to dmd-1.x at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/728bd4a0e46c80d6f7f21d29ae8def3eb350b44c Merge pull request #2132 from andralex/make-dash-jay

Fix issue 10270

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
July 01, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=10270


hsteoh@quickfur.ath.cx changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |hsteoh@quickfur.ath.cx
         Resolution|                            |WORKSFORME


--- Comment #5 from hsteoh@quickfur.ath.cx 2013-07-01 12:43:46 PDT ---
I just did a bunch of make -j6 with DMD this weekend, and it seems to work now.

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