Ignore:
Timestamp:
Jun 2, 2009, 12:34:13 AM (15 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
a0833ff
Parents:
94c04f1
Message:

Indentation consistency

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/x86_64-64/bin86.xml

    r94c04f1 r883964a  
    2424
    2525    <para os="a">We are building Bin86 so that we can compile Lilo.
    26       Both <command>as86</command> and <command>ld86</command> need to
    27       run on the host system to assemble x86_64 code. We cannot
    28       compile the whole package like this, but fortunately these two
    29       programs are the only parts we require.</para>
     26    Both <command>as86</command> and <command>ld86</command> need to
     27    run on the host system to assemble x86_64 code. We cannot
     28    compile the whole package like this, but fortunately these two
     29    programs are the only parts we require.</para>
    3030
    3131    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    3838
    3939    <para os="b">The Bin86 package does not contain a <command>configure
    40       </command> script. Natively compile only the necessary parts with:
     40    </command> script. Natively compile only the necessary parts with:
    4141    </para>
    4242
     
    4444make CC=gcc -C ld ld86</userinput></screen>
    4545
    46     <para os="e">Install the assembler and linker where they will be on
    47       the PATH when we build Lilo, using prefixes to show that their
    48       output is not for a native system.</para>
     46    <para os="e">Install the assembler and linker into
     47    <filename class="directory">/cross-tools</filename> so they will be in
     48    the PATH when we build Lilo, using prefixes to show that their
     49    output is not for a native system:</para>
    4950
    5051<screen os="f"><userinput>install -v -m 755 -s as/as86 /cross-tools/bin/${CLFS_TARGET}-as86
Note: See TracChangeset for help on using the changeset viewer.