Changes between Initial Version and Version 2 of Ticket #26301


Ignore:
Timestamp:
Sep 1, 2010, 2:49:38 AM (14 years ago)
Author:
mf2k (Frank Schima)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26301 – Description

    initial v2  
    22
    33Log:
     4{{{
    45cd bsd_i486_compiler2/product && /usr/bin/make
    56make: the `-j' option requires a positive integral argument
     7}}}
    68
    79This line in the Portfile is wrong:
     10{{{
    811HOTSPOT_BUILD_JOBS=[expr [exec sysctl -n hw.ncpu] - 1]
     12}}}
    913
    1014Expression evaluates to 0 on single core machines. In patch changed to +1 which is common for build optimization.