Modify ↓
Opened 12 years ago
Closed 12 years ago
#75 closed enhancement (fixed)
Make use of -j make parameter
Reported by: | k.szczesny@… | Owned by: | amain |
---|---|---|---|
Priority: | major | Milestone: | milestone: |
Component: | buildsystem | Version: | 2.0 |
Severity: | severity 4 | Keywords: | |
Cc: |
Description
When compiling stuff I always use: make -j 8, and though it works fine with OpenWRT and with Kernel DebWRT will not pass this parameter down the line.
Attachments (0)
Change History (5)
comment:1 Changed 12 years ago by stappers
comment:2 Changed 12 years ago by stappers
- Component changed from debian to buildsystem
comment:3 Changed 12 years ago by stappers
The toplevel Makefile has near the bottom the line
.NOTPARALLEL:
This might be the culpritt, not yet verified.
comment:4 Changed 12 years ago by amain
- Severity set to severity 4
- Status changed from new to accepted
- Type changed from defect to enhancement
comment:5 Changed 12 years ago by amain
- Resolution set to fixed
- Status changed from accepted to closed
Fixed in r288. Closing ticket.
Note: See
TracTickets for help on using
tickets.
Building with -j [jobs], --jobs[=jobs] is indeed nice.
I don't see where this make option is dropped by debwrt,
but neither do I see where is option is set.
So the only thing this comment is saying,
is that this ticket did get some attention.