Opened 2 years ago

Closed 22 months ago

#75 closed enhancement (fixed)

Make use of -j make parameter

Reported by: k.szczesny@… Owned by: amain
Priority: major 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 2 years ago by stappers

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.

comment:2 Changed 2 years ago by stappers

  • Component changed from debian to buildsystem

comment:3 Changed 2 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 2 years ago by amain

  • Severity set to severity 4
  • Status changed from new to accepted
  • Type changed from defect to enhancement

Patch needs to be created to support make -j on OpenWrt from DebWrt. To be done.

comment:5 Changed 22 months ago by amain

  • Resolution set to fixed
  • Status changed from accepted to closed

Fixed in r288. Closing ticket.

Add Comment

Modify Ticket

Action
as closed
The resolution will be deleted. Next status will be 'reopened'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.