Changeset 9aec867 for BOOK


Ignore:
Timestamp:
Apr 17, 2014, 10:26:24 PM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
5067b0b
Parents:
d67421a
Message:

Added command explanation for check

Location:
BOOK/temp-system
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • BOOK/temp-system/64/check.xml

    rd67421a r9aec867  
    3131    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    3232    href="../common/check.xml"
     33    xpointer="xpointer(//*[@os='e'])"/>
     34
     35    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     36    href="../common/check.xml"
    3337    xpointer="xpointer(//*[@os='f'])"/>
    3438
  • BOOK/temp-system/common/check.xml

    rd67421a r9aec867  
    2929<screen os="d"><userinput>PKG_CONFIG= ./configure --prefix=/tools \
    3030    --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
     31
     32    <variablelist os="e">
     33      <title>The meaning of the new configure option:</title>
     34
     35      <varlistentry>
     36        <term><parameter>PKG_CONFIG=</parameter></term>
     37        <listitem>
     38          <para>Prevents check from using <command>pkg-config</command> to
     39          search for additional packages that may be on the host but
     40          won't exist inside the temporary build environment.</para>
     41        </listitem>
     42      </varlistentry>
     43
     44    </variablelist>
    3145
    3246    <para os="f">Build the package:</para>
  • BOOK/temp-system/multilib/check.xml

    rd67421a r9aec867  
    3131    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    3232    href="../common/check.xml"
     33    xpointer="xpointer(//*[@os='e'])"/>
     34
     35    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     36    href="../common/check.xml"
    3337    xpointer="xpointer(//*[@os='f'])"/>
    3438
Note: See TracChangeset for help on using the changeset viewer.