Changeset 7865

Show
Ignore:
Timestamp:
11/25/06 11:29:16 (2 years ago)
Author:
jhuntwork
Message:

Added 'make headers_install' to chapter 5 Linux Headers
for the educational value and in preparation of changes
in Linux-2.6.19.

Files:

Legend:

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

    r7864 r7865  
    4040      <para>2006-11-25</para> 
    4141      <itemizedlist> 
     42        <listitem> 
     43           <para>[jhuntwork] - Added 'make headers_install' to chapter 5 
     44           Linux Headers for the educational value and in preparation of 
     45           changes in Linux-2.6.19. See 
     46           <ulink url="&lfs-root;/pipermail/lfs-dev/2006-November/058550.html"> 
     47           this thread.</ulink></para> 
     48        </listitem> 
    4249        <listitem> 
    4350          <para>[matthew] - Upgrade to M4-1.4.8. Fixes 
  • trunk/BOOK/chapter05/linux-headers.xml

    r7855 r7865  
    5151 
    5252<screen><userinput>make mrproper 
     53make headers_install 
    5354make headers_check 
    5455cp -av usr/include/* /tools/include</userinput></screen>