Author: bdubbs
Date: 2012-08-26 14:12:51 -0600 (Sun, 26 Aug 2012)
New Revision: 9962
Modified:
trunk/BOOK/chapter01/changelog.xml
trunk/BOOK/chapter03/patches.xml
trunk/BOOK/chapter06/glibc.xml
trunk/BOOK/patches.ent
Log:
Remove && from tzdata intallation instructions.
Install all .tab files from tzdata.
Add make fixes patch to pateches section.
Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml 2012-08-26 17:43:43 UTC (rev 9961)
+++ trunk/BOOK/chapter01/changelog.xml 2012-08-26 20:12:51 UTC (rev 9962)
@@ -40,6 +40,9 @@
<para>2012-08-26</para>
<itemizedlist>
<listitem>
+ <para>[bdubbs] - Install both .tab files in tzdata.</para>
+ </listitem>
+ <listitem>
<para>[bdubbs] - Apply upstream patches to make.</para>
</listitem>
</itemizedlist>
Modified: trunk/BOOK/chapter03/patches.xml
===================================================================
--- trunk/BOOK/chapter03/patches.xml 2012-08-26 17:43:43 UTC (rev 9961)
+++ trunk/BOOK/chapter03/patches.xml 2012-08-26 20:12:51 UTC (rev 9962)
@@ -100,6 +100,14 @@
</varlistentry>
<varlistentry>
+ <term>Make Upstream Fixes Patch -
<token>&make-fixes-patch-size;</token>:</term>
+ <listitem>
+ <para>Download: <ulink url="&patches-root;&make-fixes-patch;"/></para>
+ <para>MD5 sum: <literal>&make-fixes-patch-md5;</literal></para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
<term>Patch Testsuite Fix Patch -
<token>&patch-test-patch-size;</token>:</term>
<listitem>
<para>Download: <ulink url="&patches-root;&patch-test-patch;"/></para>
Modified: trunk/BOOK/chapter06/glibc.xml
===================================================================
--- trunk/BOOK/chapter06/glibc.xml 2012-08-26 17:43:43 UTC (rev 9961)
+++ trunk/BOOK/chapter06/glibc.xml 2012-08-26 20:12:51 UTC (rev 9962)
@@ -327,16 +327,16 @@
<para>Install timezone data:</para>
<screen><userinput>tar -xf ../tzdata&tzdata-version;.tar.gz
-mkdir -pv /usr/share/zoneinfo/{posix,right} &&
+mkdir -pv /usr/share/zoneinfo/{posix,right}
for tz in etcetera southamerica northamerica europe africa antarctica \
asia australasia backward pacificnew solar87 solar88 solar89
systemv; do
- zic -L /dev/null -d /usr/share/zoneinfo -y "sh yearistype.sh"
${tz} &&
- zic -L /dev/null -d /usr/share/zoneinfo/posix -y "sh yearistype.sh"
${tz} &&
+ zic -L /dev/null -d /usr/share/zoneinfo -y "sh yearistype.sh"
${tz}
+ zic -L /dev/null -d /usr/share/zoneinfo/posix -y "sh yearistype.sh"
${tz}
zic -L leapseconds -d /usr/share/zoneinfo/right -y "sh yearistype.sh" ${tz}
done
-cp -v zone.tab /usr/share/zoneinfo &&
+cp -v zone.tab iso3166.tab /usr/share/zoneinfo
zic -d /usr/share/zoneinfo -p America/New_York</userinput></screen>
<variablelist>
Modified: trunk/BOOK/patches.ent
===================================================================
--- trunk/BOOK/patches.ent 2012-08-26 17:43:43 UTC (rev 9961)
+++ trunk/BOOK/patches.ent 2012-08-26 20:12:51 UTC (rev 9962)
@@ -60,7 +60,7 @@
<!ENTITY make-fixes-patch "make-&make-version;-upstream_fixes-2.patch">
-<!ENTITY make-fixes-md5 "02c0f3989185a7345233872b1ae5f46d">
+<!ENTITY make-fixes-patch-md5 "02c0f3989185a7345233872b1ae5f46d">
<!ENTITY make-fixes-patch-size "9.7 KB">
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page