mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-19 18:55:09 +01:00
Merge latest changes from trunk to systemd branch
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10191 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
ab6f6bb677
commit
4818ca80e8
@ -100,8 +100,8 @@
|
|||||||
<segtitle>Installed library</segtitle>
|
<segtitle>Installed library</segtitle>
|
||||||
|
|
||||||
<seglistitem>
|
<seglistitem>
|
||||||
<seg>tclsh (link to tclsh8.5) and tclsh8.5</seg>
|
<seg>tclsh (link to tclsh&tcl-major-version;) and tclsh&tcl-major-version;</seg>
|
||||||
<seg>libtcl8.5.so, libtclstub8.5.a</seg>
|
<seg>libtcl&tcl-major-version;.so, libtclstub&tcl-major-version;.a</seg>
|
||||||
</seglistitem>
|
</seglistitem>
|
||||||
</segmentedlist>
|
</segmentedlist>
|
||||||
|
|
||||||
@ -110,12 +110,12 @@
|
|||||||
<?dbfo list-presentation="list"?>
|
<?dbfo list-presentation="list"?>
|
||||||
<?dbhtml list-presentation="table"?>
|
<?dbhtml list-presentation="table"?>
|
||||||
|
|
||||||
<varlistentry id="tclsh8.5">
|
<varlistentry id="tclsh&tcl-major-version;">
|
||||||
<term><command>tclsh8.5</command></term>
|
<term><command>tclsh&tcl-major-version;</command></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>The Tcl command shell</para>
|
<para>The Tcl command shell</para>
|
||||||
<indexterm zone="ch-tools-tcl tclsh8.5">
|
<indexterm zone="ch-tools-tcl tclsh&tcl-major-version;">
|
||||||
<primary sortas="b-tclsh8.5">tclsh8.5</primary>
|
<primary sortas="b-tclsh&tcl-major-version;">tclsh&tcl-major-version;</primary>
|
||||||
</indexterm>
|
</indexterm>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
@ -123,29 +123,29 @@
|
|||||||
<varlistentry id="tclsh">
|
<varlistentry id="tclsh">
|
||||||
<term><command>tclsh</command></term>
|
<term><command>tclsh</command></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>A link to tclsh8.5</para>
|
<para>A link to tclsh&tcl-major-version;</para>
|
||||||
<indexterm zone="ch-tools-tcl tclsh">
|
<indexterm zone="ch-tools-tcl tclsh">
|
||||||
<primary sortas="b-tclsh">tclsh</primary>
|
<primary sortas="b-tclsh">tclsh</primary>
|
||||||
</indexterm>
|
</indexterm>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry id="libtcl8.5.so">
|
<varlistentry id="libtcl&tcl-major-version;.so">
|
||||||
<term><filename class="libraryfile">libtcl8.5.so</filename></term>
|
<term><filename class="libraryfile">libtcl&tcl-major-version;.so</filename></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>The Tcl library</para>
|
<para>The Tcl library</para>
|
||||||
<indexterm zone="ch-tools-tcl libtcl8.5.so">
|
<indexterm zone="ch-tools-tcl libtcl&tcl-major-version;.so">
|
||||||
<primary sortas="c-libtcl8.5.so">libtcl8.5.so</primary>
|
<primary sortas="c-libtcl&tcl-major-version;.so">libtcl&tcl-major-version;.so</primary>
|
||||||
</indexterm>
|
</indexterm>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry id="libtclstub8.5.a">
|
<varlistentry id="libtclstub&tcl-major-version;.a">
|
||||||
<term><filename class="libraryfile">libtclstub8.5.a</filename></term>
|
<term><filename class="libraryfile">libtclstub&tcl-major-version;.a</filename></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>The Tcl Stub library</para>
|
<para>The Tcl Stub library</para>
|
||||||
<indexterm zone="ch-tools-tcl libtclstub8.5.a">
|
<indexterm zone="ch-tools-tcl libtclstub&tcl-major-version;.a">
|
||||||
<primary sortas="c-libtclstub8.5.a">libtclstub8.5.a</primary>
|
<primary sortas="c-libtclstub&tcl-major-version;.a">libtclstub&tcl-major-version;.a</primary>
|
||||||
</indexterm>
|
</indexterm>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
@ -216,8 +216,8 @@ cd ../gcc-build</userinput></screen>
|
|||||||
xpointer="xpointer(//*[@os='h'])"/>
|
xpointer="xpointer(//*[@os='h'])"/>
|
||||||
|
|
||||||
<screen><computeroutput>#include <...> search starts here:
|
<screen><computeroutput>#include <...> search starts here:
|
||||||
/usr/local/include
|
|
||||||
/usr/lib/gcc/i686-pc-linux-gnu/&gcc-version;/include
|
/usr/lib/gcc/i686-pc-linux-gnu/&gcc-version;/include
|
||||||
|
/usr/local/include
|
||||||
/usr/lib/gcc/i686-pc-linux-gnu/&gcc-version;/include-fixed
|
/usr/lib/gcc/i686-pc-linux-gnu/&gcc-version;/include-fixed
|
||||||
/usr/include</computeroutput></screen>
|
/usr/include</computeroutput></screen>
|
||||||
|
|
||||||
|
@ -125,7 +125,7 @@ make -C doc html
|
|||||||
make -C doc install-html docdir=/usr/share/doc/inetutils-&inetutils-version;</userinput></screen>
|
make -C doc install-html docdir=/usr/share/doc/inetutils-&inetutils-version;</userinput></screen>
|
||||||
-->
|
-->
|
||||||
<para>Move some programs so they are available if <filename
|
<para>Move some programs so they are available if <filename
|
||||||
class='directory'>/usr</filename> is not accessable:</para>
|
class='directory'>/usr</filename> is not accessible:</para>
|
||||||
|
|
||||||
<screen><userinput remap="install">mv -v /usr/bin/{hostname,ping,ping6,traceroute} /bin</userinput></screen>
|
<screen><userinput remap="install">mv -v /usr/bin/{hostname,ping,ping6,traceroute} /bin</userinput></screen>
|
||||||
|
|
||||||
|
@ -59,7 +59,7 @@
|
|||||||
<command>setfont</command> sizes the console appropriately) together with its
|
<command>setfont</command> sizes the console appropriately) together with its
|
||||||
manpage.</para>
|
manpage.</para>
|
||||||
|
|
||||||
<screen><userinput remap="pre">sed -i 's/\(RESIZECONS_PROGS=\)yes/\1no/g' configure &&
|
<screen><userinput remap="pre">sed -i 's/\(RESIZECONS_PROGS=\)yes/\1no/g' configure
|
||||||
sed -i 's/resizecons.8 //' man/man8/Makefile.in &&</userinput></screen>
|
sed -i 's/resizecons.8 //' man/man8/Makefile.in &&</userinput></screen>
|
||||||
|
|
||||||
<para>Prepare Kbd for compilation:</para>
|
<para>Prepare Kbd for compilation:</para>
|
||||||
|
@ -70,7 +70,7 @@ $Date$
|
|||||||
<!-- sect2.titlepage:
|
<!-- sect2.titlepage:
|
||||||
Removed a lot of unneeded code.
|
Removed a lot of unneeded code.
|
||||||
Skip empty titles.
|
Skip empty titles.
|
||||||
No label in preface (actualy, skip the hardcoded dot). -->
|
No label in preface (actually, skip the hardcoded dot). -->
|
||||||
<!-- The original template is in {docbook-xsl}/xhtml/titlepage.templates.xsl -->
|
<!-- The original template is in {docbook-xsl}/xhtml/titlepage.templates.xsl -->
|
||||||
<xsl:template name="sect2.titlepage">
|
<xsl:template name="sect2.titlepage">
|
||||||
<xsl:choose>
|
<xsl:choose>
|
||||||
|
Loading…
Reference in New Issue
Block a user