mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
Chapter 5 - Util-linux: Added command to install the arch
program which is needed by Perl for consistency. Upgraded to Kbd-1.10. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3155 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
c1b2c648aa
commit
be6373b6cd
@ -13,6 +13,7 @@
|
|||||||
<listitem><para>file-4.07</para></listitem>
|
<listitem><para>file-4.07</para></listitem>
|
||||||
<listitem><para>gcc-3.3.2</para></listitem>
|
<listitem><para>gcc-3.3.2</para></listitem>
|
||||||
<listitem><para>gettext-0.13.1</para></listitem>
|
<listitem><para>gettext-0.13.1</para></listitem>
|
||||||
|
<listitem><para>kbd-1.10</para></listitem>
|
||||||
<listitem><para>man-pages-1.64</para></listitem>
|
<listitem><para>man-pages-1.64</para></listitem>
|
||||||
<listitem><para>lfs-utils-0.4.2</para></listitem>
|
<listitem><para>lfs-utils-0.4.2</para></listitem>
|
||||||
<listitem><para>linux-2.4.24</para></listitem>
|
<listitem><para>linux-2.4.24</para></listitem>
|
||||||
@ -30,7 +31,7 @@
|
|||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
<listitem><para>gcc-3.3.2-no_fixincludes-1.patch</para></listitem>
|
<listitem><para>gcc-3.3.2-no_fixincludes-1.patch</para></listitem>
|
||||||
<listitem><para>inetutils-1.4.2-no_server_man_pages-1.patch</para></listitem>
|
<listitem><para>inetutils-1.4.2-no_server_man_pages-1.patch</para></listitem>
|
||||||
<listitem><para>kbd-1.08-more-programs-3.patch</para></listitem>
|
<listitem><para>kbd-1.10-more-programs-2.patch</para></listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
@ -49,6 +50,10 @@
|
|||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
<listitem><para>January 7th, 2004 [greg]: Chapter 5 - Util-linux: Added command
|
||||||
|
to install the arch program which is needed by Perl for consistency. Upgraded
|
||||||
|
to Kbd-1.10.</para></listitem>
|
||||||
|
|
||||||
<listitem><para>January 6th, 2004 [greg]: Chapter 6 - Gawk: Removed the Gawk
|
<listitem><para>January 6th, 2004 [greg]: Chapter 6 - Gawk: Removed the Gawk
|
||||||
Libexecdir Patch. Closes Bug 303.</para></listitem>
|
Libexecdir Patch. Closes Bug 303.</para></listitem>
|
||||||
|
|
||||||
|
@ -31,11 +31,12 @@ sed "s@/usr/include@/tools/include@g" configure.backup > configure</userinput
|
|||||||
package, build just those:</para>
|
package, build just those:</para>
|
||||||
|
|
||||||
<screen><userinput>make -C mount mount umount
|
<screen><userinput>make -C mount mount umount
|
||||||
make -C text-utils more</userinput></screen>
|
make -C text-utils more
|
||||||
|
make -C sys-utils arch</userinput></screen>
|
||||||
|
|
||||||
<para>Now copy these programs to the temporary tools directory:</para>
|
<para>Now copy these programs to the temporary tools directory:</para>
|
||||||
|
|
||||||
<screen><userinput>cp mount/{,u}mount text-utils/more /tools/bin</userinput></screen>
|
<screen><userinput>cp mount/{,u}mount text-utils/more sys-utils/arch /tools/bin</userinput></screen>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
|
@ -6,14 +6,14 @@
|
|||||||
<!ENTITY aa-kbd-dep SYSTEM "../appendixa/kbd-dep.xml">
|
<!ENTITY aa-kbd-dep SYSTEM "../appendixa/kbd-dep.xml">
|
||||||
<!ENTITY aa-kbd-down SYSTEM "../appendixa/kbd-down.xml">
|
<!ENTITY aa-kbd-down SYSTEM "../appendixa/kbd-down.xml">
|
||||||
|
|
||||||
<!ENTITY kbd-version "1.08">
|
<!ENTITY kbd-version "1.10">
|
||||||
<!ENTITY kbd-depversion "1.06">
|
<!ENTITY kbd-depversion "1.10">
|
||||||
<!ENTITY kbd-contversion "1.08">
|
<!ENTITY kbd-contversion "1.10">
|
||||||
<!ENTITY kbd-dir "kbd-&kbd-version;">
|
<!ENTITY kbd-dir "kbd-&kbd-version;">
|
||||||
<!ENTITY kbd-package "kbd-&kbd-version;.tar.gz">
|
<!ENTITY kbd-package "kbd-&kbd-version;.tar.gz">
|
||||||
<!ENTITY kbd-size "801 KB">
|
<!ENTITY kbd-size "869 KB">
|
||||||
|
|
||||||
<!ENTITY kbd-patch "kbd-&kbd-version;-more-programs-3.patch">
|
<!ENTITY kbd-patch "kbd-&kbd-version;-more-programs-2.patch">
|
||||||
<!ENTITY kbd-patch-size "1 KB">
|
<!ENTITY kbd-patch-size "1 KB">
|
||||||
|
|
||||||
<!ENTITY kbd-compsize "12 MB">
|
<!ENTITY kbd-compsize "12 MB">
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
"/usr/share/docbook/docbookx.dtd" [
|
"/usr/share/docbook/docbookx.dtd" [
|
||||||
|
|
||||||
|
|
||||||
<!ENTITY version "CVS-20040106">
|
<!ENTITY version "CVS-20040107">
|
||||||
<!ENTITY releasedate "January 6th, 2004">
|
<!ENTITY releasedate "January 7th, 2004">
|
||||||
<!ENTITY milestone "5.1">
|
<!ENTITY milestone "5.1">
|
||||||
<!ENTITY nbsp " ">
|
<!ENTITY nbsp " ">
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user