• R/O
  • SSH
  • HTTPS

lfsbookja: コミット


コミットメタ情報

リビジョン1041 (tree)
日時2016-01-28 12:11:33
作者matsuand

ログメッセージ

[LFS-SVN] SVN-20160127, Changeset 10991 対応。

変更サマリ

差分

--- trunk/lfsbook/version.ac (revision 1040)
+++ trunk/lfsbook/version.ac (revision 1041)
@@ -7,4 +7,4 @@
77 dnl
88 dnl
99 dnl m4-include this file to define the current LFS version
10-m4_define([lfs_version], [svn-20160124])
10+m4_define([lfs_version], [svn-20160127])
--- trunk/lfsbook/configure (revision 1040)
+++ trunk/lfsbook/configure (revision 1041)
@@ -3985,7 +3985,7 @@
39853985 as_fn_error $? "tidy not found in $PATH" "$LINENO" 5
39863986 fi;
39873987
3988-TARGETVER=svn-20160124
3988+TARGETVER=svn-20160127
39893989
39903990 SVNVER=`grep 'ENTITY version' ${bookdir}/general.ent | sed -e 's/^<!ENTITY version \"//' -e 's/\">$//' | tr 'A-Z' 'a-z'`
39913991 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the original XML version" >&5
--- trunk/lfsbook/src/chapter01/jchangelog.ch (revision 1040)
+++ trunk/lfsbook/src/chapter01/jchangelog.ch (revision 1041)
@@ -54,6 +54,20 @@
5454 -->
5555
5656 <listitem>
57+ <para>2016-01-28</para>
58+ <itemizedlist>
59+ <listitem>
60+ <para>[matsuand] -
61+ SVN-20160127,
62+ Changeset
63+ <ulink url="&lfs-rev-root;10991">10991</ulink>
64+ 対応。
65+ </para>
66+ </listitem>
67+ </itemizedlist>
68+ </listitem>
69+
70+ <listitem>
5771 <para>2016-01-27</para>
5872 <itemizedlist>
5973 <listitem>
--- trunk/lfsbook/src/chapter01/changelog.ch (revision 1040)
+++ trunk/lfsbook/src/chapter01/changelog.ch (revision 1041)
@@ -48,6 +48,24 @@
4848 @z
4949
5050 @x
51+ <para>2016-01-27</para>
52+ <itemizedlist>
53+ <listitem>
54+ <para>[bdubbs] - Move external build directories into
55+ dedicated build directories inside the source tree for
56+ binutils, gcc, and glibc.</para>
57+ </listitem>
58+ </itemizedlist>
59+@y
60+ <para>2016-01-27</para>
61+ <itemizedlist>
62+ <listitem>
63+ <para>[bdubbs] - binutils, gcc, glibc において、専用のビルドディレクトリを作る場所をソースディレクトリの外から中に変更。</para>
64+ </listitem>
65+ </itemizedlist>
66+@z
67+
68+@x
5169 <para>2016-01-24</para>
5270 <itemizedlist>
5371 <listitem>
--- trunk/lfsbook/src/chapter05/generalinstructions.ch (revision 1040)
+++ trunk/lfsbook/src/chapter05/generalinstructions.ch (revision 1041)
@@ -209,13 +209,9 @@
209209 @z
210210
211211 @x
212- <para>Delete the extracted source directory and any
213- <filename class="directory"><replaceable>&lt;package&gt;</replaceable>-build</filename>
214- directories that were created in the build process unless instructed otherwise.</para>
212+ <para>Delete the extracted source directory unless instructed otherwise.</para>
215213 @y
216214 <para>
217215 ビルド作業を通じて生成されたパッケージディレクトリを削除します。
218- さらに <filename
219- class="directory"><replaceable>&lt;package&gt;</replaceable>-build</filename> なるディレクトリを生成していた場合は、特に指定がない限りはそれも削除します。
220216 </para>
221217 @z
--- trunk/lfsbook/src/chapter05/binutils-pass1.ch (revision 1040)
+++ trunk/lfsbook/src/chapter05/binutils-pass1.ch (revision 1041)
@@ -61,11 +61,11 @@
6161 @z
6262
6363 @x
64- <para>The Binutils documentation recommends building Binutils outside of the
65- source directory in a dedicated build directory:</para>
64+ <para>The Binutils documentation recommends building Binutils
65+ in a dedicated build directory:</para>
6666 @y
6767 <para>
68- Binutils のドキュメントでは Binutils をビルドする際に、ソースディレクトリではなく、ビルド専用のディレクトリを使ってビルドすることを推奨しています。
68+ Binutils のドキュメントでは Binutils をビルドする際に、ビルド専用のディレクトリを使ってビルドすることを推奨しています。
6969 </para>
7070 @z
7171
--- trunk/lfsbook/src/chapter05/glibc.ch (revision 1040)
+++ trunk/lfsbook/src/chapter05/glibc.ch (revision 1041)
@@ -40,11 +40,11 @@
4040 @z
4141
4242 @x
43- <para>The Glibc documentation recommends building Glibc outside of the source
44- directory in a dedicated build directory:</para>
43+ <para>The Glibc documentation recommends building Glibc
44+ in a dedicated build directory:</para>
4545 @y
4646 <para>
47- Glibc のドキュメントでは、ソースディレクトリ以外の専用のビルドディレクトリを作成することが推奨されています。
47+ Glibc のドキュメントでは、専用のビルドディレクトリを作成することが推奨されています。
4848 </para>
4949 @z
5050
--- trunk/lfsbook/src/chapter05/libstdc++.ch (revision 1040)
+++ trunk/lfsbook/src/chapter05/libstdc++.ch (revision 1041)
@@ -50,7 +50,7 @@
5050 @z
5151
5252 @x
53- <para>Create a directory for Libstdc++ and enter it:</para>
53+ <para>Create a separate build directory for Libstdc++ and enter it:</para>
5454 @y
5555 <para>
5656 Libstdc++ のためのディレクトリを新たに生成して移動します。
--- trunk/lfsbook/src/chapter05/gcc-pass1.ch (revision 1040)
+++ trunk/lfsbook/src/chapter05/gcc-pass1.ch (revision 1041)
@@ -134,11 +134,11 @@
134134 @z
135135
136136 @x
137- <para>The GCC documentation recommends building GCC outside of the
138- source directory in a dedicated build directory:</para>
137+ <para>The GCC documentation recommends building GCC
138+ in a dedicated build directory:</para>
139139 @y
140140 <para>
141- GCC のドキュメントでは、ソースディレクトリ以外の専用のビルドディレクトリを作成することが推奨されています。
141+ GCC のドキュメントでは、専用のビルドディレクトリを作成することが推奨されています。
142142 </para>
143143 @z
144144
--- trunk/lfsbook/src/chapter06/glibc.ch (revision 1040)
+++ trunk/lfsbook/src/chapter06/glibc.ch (revision 1041)
@@ -100,11 +100,11 @@
100100 @z
101101
102102 @x
103- <para>The Glibc documentation recommends building Glibc outside of the source
104- directory in a dedicated build directory:</para>
103+ <para>The Glibc documentation recommends building Glibc
104+ in a dedicated build directory:</para>
105105 @y
106106 <para>
107- Glibc のドキュメントではソースディレクトリ以外の専用のビルドディレクトリを作成することが推奨されています。
107+ Glibc のドキュメントでは専用のビルドディレクトリを作成することが推奨されています。
108108 </para>
109109 @z
110110
--- trunk/lfsbook/src/chapter06/gcc.ch (revision 1040)
+++ trunk/lfsbook/src/chapter06/gcc.ch (revision 1041)
@@ -37,11 +37,10 @@
3737 @z
3838
3939 @x
40- <para>The GCC documentation recommends building GCC outside of the source
41- directory in a dedicated build directory:</para>
40+ <para>The GCC documentation recommends building GCC in a dedicated build directory:</para>
4241 @y
4342 <para>
44- GCC のドキュメントによると GCC のビルドにあたっては、ソースディレクトリ以外の専用のビルドディレクトリを作成することが推奨されています。
43+ GCC のドキュメントによると GCC のビルドにあたっては、専用のビルドディレクトリを作成することが推奨されています。
4544 </para>
4645 @z
4746
--- trunk/lfsbook/src/chapter06/binutils.ch (revision 1040)
+++ trunk/lfsbook/src/chapter06/binutils.ch (revision 1041)
@@ -73,11 +73,11 @@
7373 @z
7474
7575 @x
76- <para>The Binutils documentation recommends building Binutils outside of the
77- source directory in a dedicated build directory:</para>
76+ <para>The Binutils documentation recommends building Binutils
77+ in a dedicated build directory:</para>
7878 @y
7979 <para>
80- Binutils のドキュメントによると Binutils のビルドにあたっては、ソースディレクトリ以外の専用のビルドディレクトリを作成することが推奨されています。
80+ Binutils のドキュメントによると Binutils のビルドにあたっては専用のビルドディレクトリを作成することが推奨されています。
8181 </para>
8282 @z
8383
--- trunk/lfsbook/src/general.ch (revision 1040)
+++ trunk/lfsbook/src/general.ch (revision 1041)
@@ -8,17 +8,17 @@
88 % $Date:: $
99 %
1010 @x
11-<!ENTITY version "SVN-20160124">
11+<!ENTITY version "SVN-20160127">
1212 <!ENTITY short-version "svn"> <!-- Used below in &blfs-book;. Change to x.y for release
1313 but not -rc releases -->
14-<!ENTITY releasedate "January 24, 2016">
14+<!ENTITY releasedate "January 27, 2016">
1515 @y
1616 <?xml version="1.0" encoding="UTF-8"?>
17-<!ENTITY version "SVN-20160124">
17+<!ENTITY version "SVN-20160127">
1818 <!ENTITY short-version "svn"> <!-- Used below in &blfs-book;. Change to x.y for release
1919 but not -rc releases -->
20-<!ENTITY releasedate "2016年01月24日">
21-<!ENTITY jversion "20160127">
20+<!ENTITY releasedate "2016年01月27日">
21+<!ENTITY jversion "20160128">
2222 @z
2323
2424 @x
旧リポジトリブラウザで表示