Opened 14 years ago

Closed 14 years ago

#24720 closed defect (fixed)

smake can't handle -j jobs option

Reported by: anddam (Andrea D'Amore) Owned by: mww@…
Priority: Normal Milestone:
Component: ports Version: 1.8.2
Keywords: smake make jobs Cc:
Port: compare

Description

Building compare on a computer with more than one core will lead mp to pass -jN to ${build.cmd} , smake can't handle it and exits with error.

When setting build.cmd add

use_parallel_build no

to avoid passing the jobs option, patchfile is attached.

Attachments (1)

patch-Portfile.diff (267 bytes) - added by anddam (Andrea D'Amore) 14 years ago.

Download all attachments as: .zip

Change History (2)

Changed 14 years ago by anddam (Andrea D'Amore)

Attachment: patch-Portfile.diff added

comment:1 Changed 14 years ago by anddam (Andrea D'Amore)

Resolution: fixed
Status: newclosed

Committed in r67108

Note: See TracTickets for help on using tickets.