OSDN Git Service

[LFS-SVN] SVN-20200704, チェンジセット 11992-11993 対応。
authormatsuand <matsuand@d6661c75-0afd-443a-aae1-cb31083e41e8>
Sun, 5 Jul 2020 11:07:40 +0000 (11:07 +0000)
committermatsuand <matsuand@d6661c75-0afd-443a-aae1-cb31083e41e8>
Sun, 5 Jul 2020 11:07:40 +0000 (11:07 +0000)
git-svn-id: svn+ssh://svn.osdn.net/svnroot/lfsbookja/trunk@1313 d6661c75-0afd-443a-aae1-cb31083e41e8

lfsbook/configure
lfsbook/src/chapter01/changelog.ch
lfsbook/src/chapter01/jchangelog.ch
lfsbook/src/chapter07/libstdc++-pass2.ch
lfsbook/src/chapter07/python.ch
lfsbook/src/chapter08/revisedchroot.ch
lfsbook/src/general.ch
lfsbook/version.ac

index 15b9901..00f914c 100755 (executable)
@@ -4034,7 +4034,7 @@ fi
 
 
 
-TARGETVER=svn-20200701
+TARGETVER=svn-20200704
 
 SVNVER=`grep 'ENTITY version ' ${bookdir}/general.ent | sed -e 's/^<!ENTITY version         \"//' -e 's/\">$//' | tr 'A-Z' 'a-z'`
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the original XML version" >&5
index 1b9c4a5..a43179f 100644 (file)
 @z
 
 @x
+      <para>2020-07-04</para>
+      <itemizedlist>
+        <listitem>
+          <para>[pierre] - Remove /tools and files containing
+          {i686,x86_64}-lfs in their name at the end of chapter 8.</para>
+        </listitem>
+        <listitem>
+          <para>[pierre] - Add --host= to libstdc++-pass2, so that host
+          specific headers are installed in a host specific directory.</para>
+        </listitem>
+        <listitem>
+          <para>[pierre] - Fix temporary Python so that static libraries
+          are not installed.</para>
+        </listitem>
+      </itemizedlist>
+@y
+      <para>2020-07-04</para>
+      <itemizedlist>
+        <listitem>
+          <para>[pierre] - 第 8 章の終わりに {i686,x86_64}-lfs の名前を含むファイルを /tools から削除。</para>
+        </listitem>
+        <listitem>
+          <para>[pierre] - libstdc++-pass2 にて --host= を追加。
+          ホストに固有のヘッダーファイルを、ホスト固有のディレクトリにインストールするため。</para>
+        </listitem>
+        <listitem>
+          <para>[pierre] - 一時的ツールにおける Python を修正。
+          スタティックライブラリをインストールしないようにする。</para>
+        </listitem>
+      </itemizedlist>
+@z
+
+@x
       <para>2020-07-01</para>
         <listitem>
           <para>[bdubbs] - Update to perl-5.32.0. Fixes
index cae3dbe..f63cb99 100644 (file)
 -->
 
    <listitem>
+      <para>2020-07-05</para>
+      <itemizedlist>
+        <listitem>
+          <para>[matsuand] -
+          <phrase revision="sysv">SVN-20200704</phrase>
+          <phrase revision="systemd">20200704-systemd</phrase>,
+          チェンジセット
+          <ulink url="&lfs-rev-root;11992">11992</ulink>,
+          <ulink url="&lfs-rev-root;11993">11993</ulink>
+          対応。
+          </para>
+        </listitem>
+      </itemizedlist>
+   </listitem>
+
+   <listitem>
       <para>2020-07-01</para>
       <itemizedlist>
         <listitem>
index 2862818..2244335 100644 (file)
           </para>
 @z
 
+@x --host=$(uname -m)-lfs-linux-gnu
+          <para>We have to mimic what would happen if this package were built
+          as part of a full compiler build. This switch would be passed to
+          configure by GCC's build machinery.</para>
+@y
+          <para>
+          本パッケージが完全なコンパイラーのビルドの一部として、どのようになるのかを考えておく必要があります。
+          本スイッチは GCC ビルドにおいて configure に受け渡されることになるものです。
+          </para>
+@z
+
 @x --disable-libstdcxx-pch
           <para>This switch prevents the installation of precompiled
           include files, which are not needed at this stage.</para>
index 57a25b3..5e10595 100644 (file)
       <title>&MeaningOfParameter1;configure&MeaningOfParameter2;</title>
 @z
 
+@x --enable-shared
+          <para>This switch prevents installation of static libraries.</para>
+@y
+          <para>
+          このスイッチはスタティックライブラリをインストールしないようにします。
+          </para>
+@z
+
 @x --without-ensurepip
           <para>This switch disables the Python package installer, which is not
           needed at this stage.</para>
index 1c3ccfe..b7ba467 100644 (file)
 @z
 
 @x
+   <para>The compiler built in <xref linkend="chapter-temporary-tools"/> and
+   <xref linkend="chapter-chroot-temporary-tools"/> is still partially
+   installed, and not needed anymore. Remove it with:</para>
+@y
+   <para>
+   <xref linkend="chapter-temporary-tools"/> と <xref
+   linkend="chapter-chroot-temporary-tools"/> においてビルドしたコンパイラーは、部分的にしかインストールしていませんが、これ以降は必要としません。
+   そこで以下によって削除します。
+   </para>
+@z
+
+@x
+   <para>The <filename class="directory">/tools</filename> directory can also
+   be removed to further gain some place:</para>
+@y
+   <para>
+   <filename class="directory">/tools</filename> ディレクトリも削除して、容量をある程度回復することにします。
+   </para>
+@z
+
+@x
    <para>Finally, remove the temporary 'tester' user account created at the 
    beginning of the previous chapter.</para>
 @y
index e590345..afd099b 100644 (file)
@@ -8,24 +8,24 @@
 % $Date::                           $
 %
 @x
-<!ENTITY version         "SVN-20200701">
+<!ENTITY version         "SVN-20200704">
 @y
 <?xml version="1.0" encoding="UTF-8"?>
-<!ENTITY version         "SVN-20200701">
+<!ENTITY version         "SVN-20200704">
 @z
 
 @x
-<!ENTITY versiond        "20200701-systemd">
+<!ENTITY versiond        "20200704-systemd">
 @y
-<!ENTITY versiond        "20200701-systemd">
+<!ENTITY versiond        "20200704-systemd">
 @z
 
 @x
-<!ENTITY releasedate     "July 1st, 2020">
+<!ENTITY releasedate     "July 4th, 2020">
 @y
-<!ENTITY releasedate     "2020/07/01">
-<!ENTITY jversion        "20200701">
-<!ENTITY jversiond       "20200701">
+<!ENTITY releasedate     "2020/07/04">
+<!ENTITY jversion        "20200705">
+<!ENTITY jversiond       "20200705">
 <!ENTITY dir-jversion    "svn-ja">
 <!ENTITY dir-jversiond   "svn-sysdja">
 @z
index 5d97dc0..8ea4856 100644 (file)
@@ -6,5 +6,5 @@ dnl  $Rev$
 dnl  $Date::                           $
 dnl
 dnl m4-include this file to define the current LFS version
-m4_define([lfs_version], [svn-20200701])
-m4_define([lfsd_version], [20200701-systemd])
+m4_define([lfs_version], [svn-20200704])
+m4_define([lfsd_version], [20200704-systemd])