Changeset 492e5a3 in clfs-embedded


Ignore:
Timestamp:
Nov 9, 2006, 8:19:44 PM (17 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
master
Children:
faa6467
Parents:
f262bb6
Message:

Fixes for uclibc wording

Location:
BOOK/cross-tools/x86
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/x86/uclibc-headers.xml

    rf262bb6 r492e5a3  
    4747  xpointer="xpointer(//*[@os='f'])"/>
    4848
     49<screen os="d1"><userinput>cp .config .config.orig
     50sed -e "/^KERNEL_SOURCE/s:=.*:=\"${CLFS}/usr\":" \
     51    -e "/^SHARED_LIB_LOADER_PREFIX/s:=.*:=\"/lib\":" \
     52    -e "/^DEVEL_PREFIX/s:=.*:=\"/usr\":" \
     53    -e "/^RUNTIME_PREFIX/s:=.*:=\"/\":" \
     54    .config.orig > .config</userinput></screen>
     55
    4956  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    5057  href="uclibc.xml"
     
    5562  xpointer="xpointer(//*[@os='i'])"/>
    5663
    57    <para os="g">Create the Headers:</para>
     64   <para os="d2">Create the Headers:</para>
    5865
    59 <screen os="h"><userinput>make KERNEL_SOURCE=${CLFS}/usr TARGET_ARCH=i386 headers</userinput></screen>
    60 
    61    <para os="i">We will remove the files that were copied over from our Linux Headers, these
    62    files were copied into the source directory of uClibc:</para>
     66<screen os="d3"><userinput>make TARGET_ARCH=i386 headers</userinput></screen>
    6367
    6468  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    7074  xpointer="xpointer(//*[@os='m'])"/>
    7175
    72 <screen os="l"><userinput>cp -a include/* ${CLFS}/usr/include</userinput></screen>
     76  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     77  href="uclibc.xml"
     78  xpointer="xpointer(//*[@os='n'])"/>
     79
     80<screen os="d5"><userinput>cp -a include/* ${CLFS}/usr/include</userinput></screen>
    7381
    7482  </sect2>
  • BOOK/cross-tools/x86/uclibc.xml

    rf262bb6 r492e5a3  
    7474<screen os="k"><userinput>make TARGET_ARCH=i386</userinput></screen>
    7575
    76    <para os="l">We will remove the files that were copied over from our Linux Headers, these
    77    files were copied into the source directory of uClibc:</para>
     76   <para os="l">We will remove the files that were copied over from our Linux Headers during
     77   the building of uClibc. These files were copied into the include directory of the source
     78   directory of uClibc:</para>
    7879
    7980<screen os="m"><userinput>rm include/{asm,asm-generic,linux}</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.