mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
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
This commit is contained in:
parent
4294b908cd
commit
7fd5797008
@ -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.
|
Chapter 5: Added the notice about an old version of install-info.
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
|
|
||||||
|
<listitem><para>
|
||||||
|
Chapter 5: Removed the installation of a static gettext.
|
||||||
|
</para></listitem>
|
||||||
|
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
Chapter 6: Changed libexecdir=/usr/bin in fileutils to libexecdir=/bin.
|
Chapter 6: Changed libexecdir=/usr/bin in fileutils to libexecdir=/bin.
|
||||||
</para></listitem>
|
</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.
|
Appendix A: Added the description of the Netkit-base and Net-tools packages.
|
||||||
</para></listitem>
|
</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>
|
</itemizedlist>
|
||||||
|
|
||||||
</sect1>
|
</sect1>
|
||||||
|
@ -19,7 +19,6 @@
|
|||||||
&c5-textutils;
|
&c5-textutils;
|
||||||
&c5-mawk;
|
&c5-mawk;
|
||||||
&c5-texinfo;
|
&c5-texinfo;
|
||||||
&c5-gettext;
|
|
||||||
&c5-pwdgroup;
|
&c5-pwdgroup;
|
||||||
&c5-oldnsslib;
|
&c5-oldnsslib;
|
||||||
&c5-proc;
|
&c5-proc;
|
||||||
|
@ -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 &&</userinput>
|
|
||||||
<userinput>make -C lib &&</userinput>
|
|
||||||
<userinput>make -C intl &&</userinput>
|
|
||||||
<userinput>make -C src LDFLAGS=-all-static msgfmt &&</userinput>
|
|
||||||
<userinput>cp src/msgfmt $LFS/usr/bin</userinput>
|
|
||||||
</literallayout></blockquote>
|
|
||||||
|
|
||||||
</sect2>
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
|||||||
<sect1 id="ch05-gettext">
|
|
||||||
<title>Installing Gettext</title>
|
|
||||||
|
|
||||||
&c5-gettext-inst;
|
|
||||||
&aa-gettext-desc;
|
|
||||||
|
|
||||||
</sect1>
|
|
||||||
|
|
@ -178,8 +178,6 @@
|
|||||||
<!ENTITY c5-mawk-inst SYSTEM "intel/chapter5/mawk-inst.xml">
|
<!ENTITY c5-mawk-inst SYSTEM "intel/chapter5/mawk-inst.xml">
|
||||||
<!ENTITY c5-texinfo SYSTEM "intel/chapter5/texinfo.xml">
|
<!ENTITY c5-texinfo SYSTEM "intel/chapter5/texinfo.xml">
|
||||||
<!ENTITY c5-texinfo-inst SYSTEM "intel/chapter5/texinfo-inst.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-pwdgroup SYSTEM "intel/chapter5/pwdgroup.xml">
|
||||||
<!ENTITY c5-oldnsslib SYSTEM "intel/chapter5/oldnsslib.xml">
|
<!ENTITY c5-oldnsslib SYSTEM "intel/chapter5/oldnsslib.xml">
|
||||||
<!ENTITY c5-proc SYSTEM "intel/chapter5/proc.xml">
|
<!ENTITY c5-proc SYSTEM "intel/chapter5/proc.xml">
|
||||||
|
Loading…
Reference in New Issue
Block a user