Changeset db121c2e for BOOK/temp-system/common/file.xml
- Timestamp:
- Dec 3, 2006, 3:57:17 PM (18 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 16b653eb
- Parents:
- 1ef405d3
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/common/file.xml
r1ef405d3 rdb121c2e 6 6 ]> 7 7 8 <sect1 id="ch-te stsuite-tools-file" role="wrap">8 <sect1 id="ch-temp-system-file" role="wrap"> 9 9 <?dbhtml filename="file.html"?> 10 10 11 11 <title>File-&file-version;</title> 12 12 13 <indexterm zone="ch-te stsuite-tools-file">13 <indexterm zone="ch-temp-system-file"> 14 14 <primary sortas="a-File">File</primary> 15 15 </indexterm> … … 28 28 <para os="a">Prepare File for compilation:</para> 29 29 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> 31 31 32 32 <para os="c">Compile the package:</para> … … 38 38 <para os="f">Install the package:</para> 39 39 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> 46 41 47 42 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.