Ignore:
Timestamp:
Dec 3, 2006, 3:57:17 PM (17 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
16b653eb
Parents:
1ef405d3
Message:

Moved file to temp-system

File:
1 moved

Legend:

Unmodified
Added
Removed
  • BOOK/temp-system/common/file.xml

    r1ef405d3 rdb121c2e  
    66]>
    77
    8 <sect1 id="ch-testsuite-tools-file" role="wrap">
     8<sect1 id="ch-temp-system-file" role="wrap">
    99  <?dbhtml filename="file.html"?>
    1010
    1111  <title>File-&file-version;</title>
    1212
    13   <indexterm zone="ch-testsuite-tools-file">
     13  <indexterm zone="ch-temp-system-file">
    1414    <primary sortas="a-File">File</primary>
    1515  </indexterm>
     
    2828    <para os="a">Prepare File for compilation:</para>
    2929
    30 <screen os="b"><userinput>./configure --prefix=/tools</userinput></screen>
     30<screen os="b"><userinput>./configure --prefix=/tools --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
    3131
    3232    <para os="c">Compile the package:</para>
     
    3838    <para os="f">Install the package:</para>
    3939
    40 <screen os="g"><userinput>make install</userinput></screen>
    41 
    42     <para os="h">Now we create a symlink so that the GCC testsuite
    43     can use <command>file</command>:</para>
    44 
    45 <screen os="i"><userinput>ln -sv /tools/bin/file /usr/bin</userinput></screen>
     40<screen os="g"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
    4641
    4742  </sect2>
Note: See TracChangeset for help on using the changeset viewer.