فهرست منبع

Removed the installation of a static gettext from chapter 5.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@566 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Simon Perreault 24 سال پیش
والد
کامیت
7fd5797008
5فایلهای تغییر یافته به همراه9 افزوده شده و 28 حذف شده
  1. 9 0
      chapter01/changelog.xml
  2. 0 1
      chapter05/chapter05.xml
  3. 0 17
      chapter05/gettext-inst.xml
  4. 0 8
      chapter05/gettext.xml
  5. 0 2
      index.xml

+ 9 - 0
chapter01/changelog.xml

@@ -106,6 +106,10 @@ files, in case the original distribution uses glibc-2.0.x.
 Chapter 5: Added the notice about an old version of install-info.
 </para></listitem>
 
+<listitem><para>
+Chapter 5: Removed the installation of a static gettext.
+</para></listitem>
+
 <listitem><para>
 Chapter 6: Changed libexecdir=/usr/bin in fileutils to libexecdir=/bin.
 </para></listitem>
@@ -192,6 +196,11 @@ notes and suggest creating the /etc/lfs-&version; file.
 Appendix A: Added the description of the Netkit-base and Net-tools packages.
 </para></listitem>
 
+<listitem><para>
+Everywhere: Added numerous FHS compliance notes. These instructions can be
+followed if one wishes to build a fully FHS-compliant system.
+</para></listitem>
+
 </itemizedlist>
 
 </sect1>

+ 0 - 1
chapter05/chapter05.xml

@@ -19,7 +19,6 @@
 &c5-textutils;
 &c5-mawk;
 &c5-texinfo;
-&c5-gettext;
 &c5-pwdgroup;
 &c5-oldnsslib;
 &c5-proc;

+ 0 - 17
chapter05/gettext-inst.xml

@@ -1,17 +0,0 @@
-<sect2>
-<title>Installation of Gettext</title>
-
-<para>
-Install Gettext by running the following commands:
-</para>
-
-<blockquote><literallayout>
-	<userinput>./configure --disable-nls &amp;&amp;</userinput>
-	<userinput>make -C lib &amp;&amp;</userinput>
-	<userinput>make -C intl &amp;&amp;</userinput>
-	<userinput>make -C src LDFLAGS=-all-static msgfmt &amp;&amp;</userinput>
-	<userinput>cp src/msgfmt $LFS/usr/bin</userinput>
-</literallayout></blockquote>
-
-</sect2>
-

+ 0 - 8
chapter05/gettext.xml

@@ -1,8 +0,0 @@
-<sect1 id="ch05-gettext">
-<title>Installing Gettext</title>
-
-&c5-gettext-inst;
-&aa-gettext-desc;
-
-</sect1>
-

+ 0 - 2
index.xml

@@ -178,8 +178,6 @@
 <!ENTITY c5-mawk-inst SYSTEM "intel/chapter5/mawk-inst.xml">
 <!ENTITY c5-texinfo SYSTEM "intel/chapter5/texinfo.xml">
 <!ENTITY c5-texinfo-inst SYSTEM "intel/chapter5/texinfo-inst.xml">
-<!ENTITY c5-gettext SYSTEM "intel/chapter5/gettext.xml">
-<!ENTITY c5-gettext-inst SYSTEM "intel/chapter5/gettext-inst.xml">
 <!ENTITY c5-pwdgroup SYSTEM "intel/chapter5/pwdgroup.xml">
 <!ENTITY c5-oldnsslib SYSTEM "intel/chapter5/oldnsslib.xml">
 <!ENTITY c5-proc SYSTEM "intel/chapter5/proc.xml">