Opened 15 years ago
Closed 15 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)
Change History (2)
Changed 15 years ago by anddam (Andrea D'Amore)
Attachment: | patch-Portfile.diff added |
---|
comment:1 Changed 15 years ago by anddam (Andrea D'Amore)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Committed in r67108