- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/common/check.xml
r1437142 r48a96e70 6 6 ]> 7 7 8 <sect1 id="ch-te stsuite-tools-check" role="wrap">8 <sect1 id="ch-temp-system-check" role="wrap"> 9 9 <?dbhtml filename="check.html"?> 10 10 11 11 <title>Check-&check-version;</title> 12 12 13 <indexterm zone="ch-te stsuite-tools-check">13 <indexterm zone="ch-temp-system-check"> 14 14 <primary sortas="a-Check">Check</primary> 15 15 </indexterm> … … 29 29 <screen os="d"><userinput>PKG_CONFIG= ./configure --prefix=/tools \ 30 30 --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> 31 45 32 46 <para os="f">Build the package:</para> … … 63 77 <para>Awk script for generating C unit tests for use with the C the 64 78 Check unit testing framework</para> 65 <indexterm zone="ch-te stsuite-tools-check checkmk">79 <indexterm zone="ch-temp-system-check checkmk"> 66 80 <primary sortas="b-check">checkmk</primary> 67 81 </indexterm> … … 74 88 <para>Contains functions that allow Check to be called from a test 75 89 program</para> 76 <indexterm zone="ch-te stsuite-tools-check libcheck">77 <primary sortas="c-libcheck">libcheck.{a,so} ;</primary>90 <indexterm zone="ch-temp-system-check libcheck"> 91 <primary sortas="c-libcheck">libcheck.{a,so}</primary> 78 92 </indexterm> 79 93 </listitem>
Note:
See TracChangeset
for help on using the changeset viewer.