Changeset 73a7406


Ignore:
Timestamp:
02/02/2005 08:00:37 PM (19 years ago)
Author:
Jim Gifford <jim@…>
Children:
3f9e82f
Parents:
233c809
Message:

Fixed /usr to /tools in linux-libc-headers, thanx Manuel

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multi-arch/BOOK@4611 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Location:
chapter05
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter05/linux-libc-headers-alpha.xml

    r233c809 r73a7406  
    2525<para>Install the header files:</para>
    2626
    27 <screen><userinput>cp -R include/asm-alpha /usr/include/asm
    28 cp -R include/linux /usr/include</userinput></screen>
     27<screen><userinput>cp -R include/asm-alpha /tools/include/asm
     28cp -R include/linux /tools/include</userinput></screen>
    2929
    3030</sect2>
  • chapter05/linux-libc-headers-ppc.xml

    r233c809 r73a7406  
    2525<para>Install the header files:</para>
    2626
    27 <screen><userinput>cp -R include/asm-ppc /usr/include/asm
    28 cp -R include/linux /usr/include</userinput></screen>
     27<screen><userinput>cp -R include/asm-ppc /tools/include/asm
     28cp -R include/linux /tools/include</userinput></screen>
    2929
    3030</sect2>
  • chapter05/linux-libc-headers-raq2.xml

    r233c809 r73a7406  
    2929<para>Install the header files:</para>
    3030
    31 <screen><userinput>cp -R include/asm-mips /usr/include/asm
    32 cp -R include/linux /usr/include</userinput></screen>
     31<screen><userinput>cp -R include/asm-mips /tools/include/asm
     32cp -R include/linux /tools/include</userinput></screen>
    3333
    3434</sect2>
  • chapter05/linux-libc-headers.xml

    r233c809 r73a7406  
    3333<title>Installation of Linux-Libc-Headers</title>
    3434
    35 <para>For years it has been common practice to use <quote>raw</quote> kernel
    36 headers (straight from a kernel tarball) in <filename
    37 class="directory">/usr/include</filename>, but over the
    38 last few years, the kernel developers have taken a strong stance that
    39 this should not be done. This gave birth to the Linux-Libc-Headers
    40 Project, which was designed to maintain an Application Programming
    41 Interface (API) stable version of the Linux headers.</para>
    42 
    4335<para>Install the header files:</para>
    4436
    45 <screen><userinput>cp -R include/asm-i386 /usr/include/asm
    46 cp -R include/linux /usr/include</userinput></screen>
     37<screen><userinput>cp -R include/asm-i386 /tools/include/asm
     38cp -R include/linux /tools/include</userinput></screen>
    4739
    4840</sect2>
Note: See TracChangeset for help on using the changeset viewer.