Changeset 2f2c36fc


Ignore:
Timestamp:
10/18/2014 12:56:48 AM (10 years ago)
Author:
Christopher Gregory <cjg@…>
Branches:
kde5-14686, systemd-13485
Children:
e44f4b8f
Parents:
b271ea9
Message:

Merged conventions update from trunk.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@14664 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
introduction/welcome
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rb271ea9 r2f2c36fc  
    5858          <para>[fernando] - Update to dovecot-2.2.14.  Fixes
    5959          <ulink url="&blfs-ticket-root;5673">#5673</ulink>.</para>
     60        </listitem>
     61        <listitem>
     62          <para>[bdubbs] - Add an explanation to the Conventions page
     63          about SBU times when using parallel build procedures.</para>
    6064        </listitem>
    6165      </itemizedlist>
  • introduction/welcome/conventions.xml

    rb271ea9 r2f2c36fc  
    124124  </sect2>
    125125
     126  <sect2>
     127  <title>SBU values in BLFS</title>
     128
     129    <para>As in LFS, each package in BLFS has a build time listed in Standard
     130    Build Units (SBUs).   These times are relative to the time it took to build
     131    binutils in LFS and are intended to provide some insight into how long it
     132    will take to build a package. Most times listed are for a single processor
     133    or core to build the package. In some cases, large, long running builds
     134    tested on multi-core systems have SBU times listed with comments such
     135    as '(parallelism=4)'.  These values indicate testing was done using
     136    multiple cores.  Note that while this speeds up the build on systems with
     137    the appropriate hardware, the speedup is not linear and to some extent
     138    depends on the individual package and specific hardware used.  </para>
     139
     140    <para>Some packages do not support parallel builds and using -j1 for the
     141    make command is required.  Packages that are known to have such limits are
     142    marked as such in the text.</para>
     143
     144  </sect2>
     145
    126146</sect1>
Note: See TracChangeset for help on using the changeset viewer.