• R/O
  • SSH
  • HTTPS

lfsbookja: Commit


Commit MetaInfo

Révision1330 (tree)
l'heure2020-09-05 10:56:13
Auteurmatsuand

Message de Log

[LFS-SVN] SVN-20200901, チェンジセット 12044 対応。

Change Summary

Modification

--- trunk/lfsbook/src/chapter01/jchangelog.ch (revision 1329)
+++ trunk/lfsbook/src/chapter01/jchangelog.ch (revision 1330)
@@ -60,6 +60,21 @@
6060 -->
6161
6262 <listitem>
63+ <para>2020-09-05</para>
64+ <itemizedlist>
65+ <listitem>
66+ <para>[matsuand] -
67+ <phrase revision="sysv">SVN-20200901</phrase>
68+ <phrase revision="systemd">20200901-systemd</phrase>,
69+ チェンジセット
70+ <ulink url="&lfs-rev-root;12044">12044</ulink>
71+ 対応。
72+ </para>
73+ </listitem>
74+ </itemizedlist>
75+ </listitem>
76+
77+ <listitem>
6378 <para>2020-09-02</para>
6479 <itemizedlist>
6580 <listitem>
--- trunk/lfsbook/src/chapter04/settingenviron.ch (revision 1329)
+++ trunk/lfsbook/src/chapter04/settingenviron.ch (revision 1330)
@@ -169,7 +169,7 @@
169169 </para>
170170 @z
171171
172-@x
172+@x if [ ! -L /bin ]; then PATH=/bin:$PATH; fi
173173 <para>If <filename class="directory">/bin</filename> is not a symbolic
174174 link, then it has to be added to the <envar>PATH</envar> variable.</para>
175175 @y
@@ -178,7 +178,7 @@
178178 </para>
179179 @z
180180
181-@x
181+@x PATH=$LFS/tools/bin:$PATH
182182 <para>By putting <filename class="directory">$LFS/tools/bin</filename> ahead of the
183183 standard <envar>PATH</envar>, the cross-compiler installed at the beginning
184184 of <xref linkend="chapter-cross-tools"/> is picked up by the shell
@@ -193,7 +193,22 @@
193193 </para>
194194 @z
195195
196-@x export LFS LC_ALL LFS_TGT PATH
196+@x CONFIG_SITE=$LFS/usr/share/config.site
197+ <para>In <xref linkend="chapter-cross-tools"/> and
198+ <xref linkend="chapter-temporary-tools"/>, if this variable is not set,
199+ <command>configure</command> scripts
200+ may attempt to load configuration items specific to some distributions from
201+ <filename>/usr/share/config.site</filename> on the host system. Override
202+ it to prevent potential contamination from the host.</para>
203+@y
204+ <para>
205+ <xref linkend="chapter-cross-tools"/> と <xref
206+ linkend="chapter-temporary-tools"/> においてこの変数を設定しておかないと、ディストリビューションによっては <command>configure</command> スクリプトが、ホストシステム上の <filename>/usr/share/config.site</filename> から設定項目を取得してしまうことがあります。
207+ ホストの影響が及ばないようにここでオーバーライドします。
208+ </para>
209+@z
210+
211+@x export ...
197212 <para>While the above commands have set some variables, in order
198213 to make them visible within any sub-shells, we export them.</para>
199214 @y
Afficher sur ancien navigateur de dépôt.