Changes between Initial Version and Version 1 of Ticket #1886, comment 33


Ignore:
Timestamp:
Jan 14, 2014, 6:31:48 PM (10 years ago)
Author:
fabio

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1886, comment 33

    initial v1  
    11A couple of suggestions:
    22* rather than hardcoding -j5 you could use -j`nproc` (nproc inside back ticks which the trac is omitting here), and fall back to 2 if nproc is not available;
    3 * the build script could do a wget for mozjs24 tar.gz, rather than having it in the svn, reducing svn size.
     3* the build script could do a wget for mozjs24 tar.gz, rather than having it in the svn, reducing svn size and making easy to upgrade to, example, a .0.1 version.