Author: manuel Date: 2005-05-28 10:41:42 -0600 (Sat, 28 May 2005) New Revision: 5491
Modified: branches/cross-lfs/BOOK/final-system/ppc/linux-libc-headers.xml branches/cross-lfs/BOOK/final-system/x86/linux-libc-headers.xml Log: Indented ppc/linux-libc-headers.xml Modified: branches/cross-lfs/BOOK/final-system/ppc/linux-libc-headers.xml =================================================================== --- branches/cross-lfs/BOOK/final-system/ppc/linux-libc-headers.xml 2005-05-28 16:29:31 UTC (rev 5490) +++ branches/cross-lfs/BOOK/final-system/ppc/linux-libc-headers.xml 2005-05-28 16:41:42 UTC (rev 5491) @@ -1,5 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [ +<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" + "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [ <!ENTITY % general-entities SYSTEM "../../general.ent"> <!ENTITY % patches-entities SYSTEM "../../patches.ent"> %general-entities; @@ -7,43 +8,39 @@ ]> <sect1 id="ch-final-system-linux-libc-headers" role="wrap"> -<title>Linux-Libc-Headers-&linux-libc-headers-ppc-version;</title> -<?dbhtml filename="linux-libc-headers.html"?> + <?dbhtml filename="linux-libc-headers.html"?> -<indexterm zone="ch-final-system-linux-libc-headers"> -<primary sortas="a-Linux-Libc-Headers">Linux-Libc-Headers</primary> -</indexterm> + <title>Linux-Libc-Headers-&linux-libc-headers-ppc-version;</title> -<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" - href="../x86/linux-libc-headers.xml" - xpointer="xpointer(/sect1/[EMAIL PROTECTED]'package'])"/> + <indexterm zone="ch-final-system-linux-libc-headers"> + <primary sortas="a-Linux-Libc-Headers">Linux-Libc-Headers</primary> + </indexterm> -<sect2 role="installation"> -<title>Installation of Linux-Libc-Headers</title> - -<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" + <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../x86/linux-libc-headers.xml" - xpointer="xpointer(/sect1/[EMAIL PROTECTED]'installation']/para[1])"/> + xpointer="xpointer(/sect1/[EMAIL PROTECTED]'package'])"/> -<para>Install the header files:</para> + <sect2 role="installation"> + <title>Installation of Linux-Libc-Headers</title> + <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" + href="../x86/linux-libc-headers.xml" + xpointer="xpointer(/sect1/[EMAIL PROTECTED]'installation']/para[1])"/> + + <para>Install the header files:</para> + <screen><userinput>cp -R include/asm-ppc /usr/include/asm cp -R include/linux /usr/include</userinput></screen> -<para>Ensure that all the headers are owned by root:</para> + <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" + href="../x86/linux-libc-headers.xml" + xpointer="xpointer(/sect1/sect2[2]/para[3]/range-to(/sect1/sect2[2]/para[last()]))"/> -<screen><userinput>chown -R root:root /usr/include/{asm,linux}</userinput></screen> -<para>Make sure the users can read the headers:</para> + </sect2> -<screen><userinput>find /usr/include/{asm,linux} -type d -exec chmod 755 {} \; -find /usr/include/{asm,linux} -type f -exec chmod 644 {} \;</userinput></screen> - -</sect2> - -<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" + <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../x86/linux-libc-headers.xml" - xpointer="xpointer(/sect1/[EMAIL PROTECTED]'content'])"/> + xpointer="xpointer(id('contents-linux-libc-headers'))"/> </sect1> - Modified: branches/cross-lfs/BOOK/final-system/x86/linux-libc-headers.xml =================================================================== --- branches/cross-lfs/BOOK/final-system/x86/linux-libc-headers.xml 2005-05-28 16:29:31 UTC (rev 5490) +++ branches/cross-lfs/BOOK/final-system/x86/linux-libc-headers.xml 2005-05-28 16:41:42 UTC (rev 5491) @@ -68,6 +68,8 @@ <screen><userinput>find /usr/include/{asm,linux} -type d -exec chmod 755 {} \; find /usr/include/{asm,linux} -type f -exec chmod 644 {} \;</userinput></screen> + <para/> + </sect2> <sect2 id="contents-linux-libc-headers" role="content"> -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
