Changeset 7855

Show
Ignore:
Timestamp:
11/24/06 17:13:01 (2 years ago)
Author:
jhuntwork
Message:

Simplified the installation of Linux Headers in Chapter 5.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/BOOK/chapter01/changelog.xml

    r7854 r7855  
    3838 
    3939    <listitem> 
     40      <para>2006-11-24</para> 
     41      <itemizedlist> 
     42        <listitem> 
     43          <para>[jhuntwork] - Simplified the installation of 
     44          Linux Headers in Chapter 5.</para> 
     45        </listitem> 
     46      </itemizedlist> 
     47    </listitem> 
     48 
     49    <listitem> 
    4050      <para>2006-11-10</para> 
    4151      <itemizedlist> 
  • trunk/BOOK/chapter05/linux-headers.xml

    r7817 r7855  
    5050    <para>Install the header files:</para> 
    5151 
    52 <screen><userinput>mkdir /tools/tmp 
    53 make mrproper 
     52<screen><userinput>make mrproper 
    5453make headers_check 
    55 make INSTALL_HDR_PATH=/tools/tmp headers_install 
    56 cp -R /tools/tmp/include/* /tools/include 
    57 rm -r /tools/tmp</userinput></screen> 
     54cp -av usr/include/* /tools/include</userinput></screen> 
    5855 
    5956  </sect2> 
  • trunk/BOOK/general.ent

    r7854 r7855  
    11<?xml version="1.0" encoding="ISO-8859-1"?> 
    2 <!ENTITY version "SVN-20061110"> 
    3 <!ENTITY releasedate "November 10, 2006"> 
     2<!ENTITY version "SVN-20061124"> 
     3<!ENTITY releasedate "November 24, 2006"> 
    44<!ENTITY milestone "6.3"> 
    55<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->