Changeset 62d7736


Ignore:
Timestamp:
Aug 30, 2006, 5:27:23 PM (18 years ago)
Author:
Chris Staub <chris@…>
Children:
b220b33b
Parents:
68fe555
Message:

Text cleanup for build flags in boot section

Location:
boot
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • boot/mips64-64/flags.xml

    r68fe555 r62d7736  
    1111  <title>Build Flags</title>
    1212
    13   <para>We will need to copy our BUILD Variables into our new system. So when
    14   we boot-up they will be there:</para>
     13  <para>We will need to copy our build variables into our new system:</para>
    1514
    1615<screen><userinput>echo export BUILD64=\""${BUILD64}\"" &gt;&gt; ${CLFS}/root/.bash_profile</userinput></screen>
  • boot/mips64/flags.xml

    r68fe555 r62d7736  
    1111  <title>Build Flags</title>
    1212
    13   <para>We will need to copy our BUILD Variables into our new system. So when
    14   we boot-up they will be there:</para>
     13  <para>We will need to copy our build variables into our new system:</para>
    1514
    1615<screen><userinput>echo export BUILD32=\""${BUILD32}\"" &gt;&gt; ${CLFS}/root/.bash_profile
  • boot/sparc64-64/flags.xml

    r68fe555 r62d7736  
    1111  <title>Build Flags</title>
    1212
    13   <para>We will need to copy our BUILD Variables into our new system. So when
    14   we boot-up they will be there:</para>
     13  <para>We will need to copy our build variables into our new system:</para>
    1514
    1615<screen><userinput>echo export BUILD64=\""${BUILD64}\"" &gt;&gt; ${CLFS}/root/.bash_profile</userinput></screen>
  • boot/sparc64/flags.xml

    r68fe555 r62d7736  
    1111  <title>Build Flags</title>
    1212
    13   <para>We will need to copy our BUILD Variables into our new system. So when
    14   we boot-up they will be there:</para>
     13  <para>We will need to copy our build variables into our new system:</para>
    1514
    1615<screen><userinput>echo export BUILD32=\""${BUILD32}\"" &gt;&gt; ${CLFS}/root/.bash_profile
  • boot/x86_64-64/flags.xml

    r68fe555 r62d7736  
    1111  <title>Build Flags</title>
    1212
    13   <para>We will need to copy our build variables into our new system so that
    14   when we boot-up they will be there:</para>
     13  <para>We will need to copy our build variables into our new system:</para>
    1514
    1615<screen><userinput>echo export BUILD64=\""${BUILD64}\"" &gt;&gt; ${CLFS}/root/.bash_profile</userinput></screen>
  • boot/x86_64/flags.xml

    r68fe555 r62d7736  
    1111  <title>Build Flags</title>
    1212
    13   <para>We will need to copy our BUILD Variables into our new system. So when
    14   we boot-up they will be there:</para>
     13  <para>We will need to copy our build variables into our new system:</para>
    1514
    1615<screen><userinput>echo export BUILD32=\""${BUILD32}\"" &gt;&gt; ${CLFS}/root/.bash_profile
Note: See TracChangeset for help on using the changeset viewer.