• R/O
  • SSH
  • HTTPS

lfsbookja: Commit


Commit MetaInfo

Revisión1263 (tree)
Tiempo2019-09-25 22:19:41
Autormatsuand

Log Message

[LFS-SVN] SVN-20190924, チェンジセット 11673-11676 対応。

Cambiar Resumen

Diferencia incremental

--- trunk/lfsbook/configure (revision 1262)
+++ trunk/lfsbook/configure (revision 1263)
@@ -4034,7 +4034,7 @@
40344034
40354035
40364036
4037-TARGETVER=svn-20190914
4037+TARGETVER=svn-20190924
40384038
40394039 SVNVER=`grep 'ENTITY version ' ${bookdir}/general.ent | sed -e 's/^<!ENTITY version \"//' -e 's/\">$//' | tr 'A-Z' 'a-z'`
40404040 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the original XML version" >&5
--- trunk/lfsbook/src/chapter01/changelog.ch (revision 1262)
+++ trunk/lfsbook/src/chapter01/changelog.ch (revision 1263)
@@ -54,6 +54,24 @@
5454 @z
5555
5656 @x
57+ <para>2019-09-24</para>
58+ <itemizedlist>
59+ <listitem>
60+ <para>[pierre] - Update to linux-5.3.1. Fixes
61+ <ulink url="&lfs-ticket-root;4528">#4528</ulink>.</para>
62+ </listitem>
63+ </itemizedlist>
64+@y
65+ <para>2019-09-24</para>
66+ <itemizedlist>
67+ <listitem>
68+ <para>[pierre] - linux-5.3.1 へのアップデート。
69+ <ulink url="&lfs-ticket-root;4528">#4528</ulink> を Fix に。</para>
70+ </listitem>
71+ </itemizedlist>
72+@z
73+
74+@x
5775 <para>2019-09-14</para>
5876 <itemizedlist>
5977 <listitem>
--- trunk/lfsbook/src/chapter01/jchangelog.ch (revision 1262)
+++ trunk/lfsbook/src/chapter01/jchangelog.ch (revision 1263)
@@ -60,6 +60,22 @@
6060 -->
6161
6262 <listitem>
63+ <para>2019-09-25</para>
64+ <itemizedlist>
65+ <listitem>
66+ <para>[matsuand] -
67+ <phrase revision="sysv">SVN-20190924</phrase>
68+ <phrase revision="systemd">20190924-systemd</phrase>,
69+ チェンジセット
70+ <ulink url="&lfs-rev-root;11673">11673</ulink> ~
71+ <ulink url="&lfs-rev-root;11676">11676</ulink>
72+ 対応。
73+ </para>
74+ </listitem>
75+ </itemizedlist>
76+ </listitem>
77+
78+ <listitem>
6379 <para>2019-09-15</para>
6480 <itemizedlist>
6581 <listitem>
--- trunk/lfsbook/src/chapter05/linux-headers.ch (revision 1262)
+++ trunk/lfsbook/src/chapter05/linux-headers.ch (revision 1263)
@@ -59,14 +59,17 @@
5959
6060 @x
6161 <para>Now extract the user-visible kernel headers from the source.
62- They are placed in an intermediate local directory and copied to the needed
63- location because the extraction process removes any existing files in
64- the target directory.</para>
62+ The recommended make target <quote>headers_install</quote> cannot be
63+ used, because it requires <application>rsync</application>, which may not
64+ be available. The headers are first placed in
65+ <filename class="directory">./usr</filename>, then copied to the needed
66+ location.</para>
6567 @y
6668 <para>
6769 そしてユーザーが利用するカーネルヘッダーファイルをソースから抽出します。
68- それらはいったん中間的なローカルディレクトリに置かれ、必要な場所にコピーされます。
69- ターゲットディレクトリに既にあるファイルは削除されてからソースからの抽出処理が行われます。
70+ 推奨されている make ターゲット<quote>headers_install</quote>は利用できません。
71+ なぜなら <application>rsync</application> が必要となり、この時点では利用できないからです。
72+ ヘッダーファイルは初めに <filename class="directory">./usr</filename> にコピーし、その後に必要な場所にコピーされます。
7073 </para>
7174 @z
7275
--- trunk/lfsbook/src/chapter06/linux-headers.ch (revision 1262)
+++ trunk/lfsbook/src/chapter06/linux-headers.ch (revision 1263)
@@ -69,18 +69,19 @@
6969
7070 @x
7171 <para>Now extract the user-visible kernel headers from the source.
72- They are placed in an intermediate local directory and copied to the needed
73- location because the extraction process removes any existing files in
74- the target directory. There are also some hidden files used by
75- the kernel developers and not needed by LFS that are removed from
76- the intermediate directory.</para>
72+ The recommended make target <quote>headers_install</quote> cannot be
73+ used, because it requires <application>rsync</application>, which is
74+ not available in <filename class="directory">/tools</filename>. The
75+ headers are first placed in <filename class="directory">./usr</filename>,
76+ then some files used by the kernel developers are removed, then
77+ the files are copied to their final location.</para>
7778 @y
7879 <para>
7980 そしてユーザーが利用するカーネルヘッダーファイルをソースから抽出します。
80- それらはいったん中間的なローカルディレクトリに置かれ、必要な場所にコピーされます。
81- ターゲットディレクトリに既にあるファイルは削除されてからソースからの抽出処理が行われます。
82- なおファイルの中にはカーネル開発者が隠しファイルとしているものがあります。
83- それらは LFS では必要ないため、中間ディレクトリから削除します。
81+ 推奨されている make ターゲット<quote>headers_install</quote>は利用できません。
82+ なぜなら <application>rsync</application> が必要となり、<filename class="directory">/tools</filename> にはないからです。
83+ ヘッダーファイルは初めに <filename class="directory">./usr</filename> にコピーし、カーネル開発者が利用するファイルをいくつか削除します。
84+ その後に最終的な場所にコピーされます。
8485 </para>
8586 @z
8687
--- trunk/lfsbook/src/chapter08/kernel.ch (revision 1262)
+++ trunk/lfsbook/src/chapter08/kernel.ch (revision 1263)
@@ -270,9 +270,10 @@
270270 @z
271271
272272 @x
273- <para>Install the modules, if the kernel configuration uses them:</para>
273+ <para>Unless module support has been disabled in the kernel configuration,
274+ install the modules with:</para>
274275 @y
275- <para>カーネル設定においてモジュールを利用することにした場合、モジュールをインストールします。</para>
276+ <para>カーネル設定においてモジュールの利用を無効にしているのでなければ、ここでモジュールをインストールします。</para>
276277 @z
277278
278279 @x
--- trunk/lfsbook/src/general.ch (revision 1262)
+++ trunk/lfsbook/src/general.ch (revision 1263)
@@ -8,24 +8,24 @@
88 % $Date:: $
99 %
1010 @x
11-<!ENTITY version "SVN-20190914">
11+<!ENTITY version "SVN-20190924">
1212 @y
1313 <?xml version="1.0" encoding="UTF-8"?>
14-<!ENTITY version "SVN-20190914">
14+<!ENTITY version "SVN-20190924">
1515 @z
1616
1717 @x
18-<!ENTITY versiond "20190914-systemd">
18+<!ENTITY versiond "20190924-systemd">
1919 @y
20-<!ENTITY versiond "20190914-systemd">
20+<!ENTITY versiond "20190924-systemd">
2121 @z
2222
2323 @x
24-<!ENTITY releasedate "September 14th, 2019">
24+<!ENTITY releasedate "September 24th, 2019">
2525 @y
26-<!ENTITY releasedate "2019年9月14日">
27-<!ENTITY jversion "20190915">
28-<!ENTITY jversiond "20190915">
26+<!ENTITY releasedate "September 24th, 2019">
27+<!ENTITY jversion "20190925">
28+<!ENTITY jversiond "20190925">
2929 <!ENTITY dir-jversion "svn-ja">
3030 <!ENTITY dir-jversiond "svn-sysdja">
3131 @z
--- trunk/lfsbook/src/packages.ch (revision 1262)
+++ trunk/lfsbook/src/packages.ch (revision 1263)
@@ -117,12 +117,6 @@
117117 @z
118118
119119 @x
120-<!ENTITY linux-headers-ch6-sbu "less than 0.1 SBU">
121-@y
122-<!ENTITY linux-headers-ch6-sbu "0.1 SBU 以下">
123-@z
124-
125-@x
126120 <!ENTITY man-pages-ch6-sbu "less than 0.1 SBU">
127121 @y
128122 <!ENTITY man-pages-ch6-sbu "0.1 SBU 以下">
--- trunk/lfsbook/version.ac (revision 1262)
+++ trunk/lfsbook/version.ac (revision 1263)
@@ -6,5 +6,5 @@
66 dnl $Date:: $
77 dnl
88 dnl m4-include this file to define the current LFS version
9-m4_define([lfs_version], [svn-20190914])
10-m4_define([lfsd_version], [20190914-systemd])
9+m4_define([lfs_version], [svn-20190924])
10+m4_define([lfsd_version], [20190924-systemd])
Show on old repository browser