D issues are now
tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Summary: |
linux.mak doesn't declare sufficient dependencies to support parallel builds |
Product: |
D
|
Reporter: |
Brad Roberts <braddr> |
Component: |
dmd | Assignee: |
No Owner <nobody> |
Status: |
RESOLVED
FIXED
|
Severity: |
normal
|
CC: |
bugzilla
|
Priority: |
P2
|
Version: |
D2 |
Hardware: |
Other |
OS: |
Linux |
Attachments: |
fix parallel builds on linux
|
Created attachment 628 [details]
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.