| 
            Last change
 on this file since ba1a2ff was             a9035d0, checked in by Joe Ciccone <jciccone@…>, 15 years ago           | 
        
        
          | 
             
Remove duplication when creating the cross-tools directory. Once again, Thanks to Andrew Bradford for catching this. 
 
           | 
        
        
          
            
              - 
Property                 mode
 set to                 
100644
               
             
           | 
        
        
          | 
            File size:
            1015 bytes
           | 
        
      
      
| Line |   | 
|---|
| 1 | <?xml version="1.0" encoding="ISO-8859-1"?>
 | 
|---|
| 2 | <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
 | 
|---|
| 3 |   "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
 | 
|---|
| 4 |   <!ENTITY % general-entities SYSTEM "../general.ent">
 | 
|---|
| 5 |   %general-entities;
 | 
|---|
| 6 | ]>
 | 
|---|
| 7 | 
 | 
|---|
| 8 | <sect1 id="ch-final-preps-creatingcrossdir">
 | 
|---|
| 9 |   <?dbhtml filename="creatingcrossdir.html"?>
 | 
|---|
| 10 | 
 | 
|---|
| 11 |   <title>Creating the ${CLFS}/cross-tools Directory</title>
 | 
|---|
| 12 | 
 | 
|---|
| 13 |   <para>The cross-binutils and cross-compiler built in
 | 
|---|
| 14 |   <xref linkend="chapter-cross-tools"/> will be installed under
 | 
|---|
| 15 |   <filename class="directory">${CLFS}/cross-tools</filename> to keep them
 | 
|---|
| 16 |   separate from the host programs. The programs compiled here are
 | 
|---|
| 17 |   cross-tools and will not be a part of the final CLFS system or the
 | 
|---|
| 18 |   temp-system. By keeping these programs in a separate directory, they
 | 
|---|
| 19 |   can easily be discarded later after their use.</para>
 | 
|---|
| 20 | 
 | 
|---|
| 21 |   <para>Create the required directory by running the following:</para>
 | 
|---|
| 22 | 
 | 
|---|
| 23 | <screen><userinput>install -dv ${CLFS}/cross-tools{,/bin}</userinput></screen>
 | 
|---|
| 24 | 
 | 
|---|
| 25 | </sect1>
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.