Changeset 7855
- Timestamp:
- 11/24/06 17:13:01 (2 years ago)
- Files:
-
- trunk/BOOK/chapter01/changelog.xml (modified) (1 diff)
- trunk/BOOK/chapter05/linux-headers.xml (modified) (1 diff)
- trunk/BOOK/general.ent (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/BOOK/chapter01/changelog.xml
r7854 r7855 38 38 39 39 <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> 40 50 <para>2006-11-10</para> 41 51 <itemizedlist> trunk/BOOK/chapter05/linux-headers.xml
r7817 r7855 50 50 <para>Install the header files:</para> 51 51 52 <screen><userinput>mkdir /tools/tmp 53 make mrproper 52 <screen><userinput>make mrproper 54 53 make 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> 54 cp -av usr/include/* /tools/include</userinput></screen> 58 55 59 56 </sect2> trunk/BOOK/general.ent
r7854 r7855 1 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 <!ENTITY version "SVN-200611 10">3 <!ENTITY releasedate "November 10, 2006">2 <!ENTITY version "SVN-20061124"> 3 <!ENTITY releasedate "November 24, 2006"> 4 4 <!ENTITY milestone "6.3"> 5 5 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
