source: BOOK/final-system/multilib/module-init-tools.xml @ 1e58202

clfs-1.2clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since 1e58202 was 1e58202, checked in by Joe Ciccone <jciccone@…>, 15 years ago

Fixed the configure command for module-init-tools so /share goes to /usr/share where it should be.

  • Property mode set to 100644
File size: 2.7 KB
RevLine 
[3f8be484]1<?xml version="1.0" encoding="ISO-8859-1"?>
[aa18ac0]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[3f8be484]4  <!ENTITY % general-entities SYSTEM "../../general.ent">
5  %general-entities;
6]>
7
8<sect1 id="ch-system-module-init-tools" role="wrap">
9  <?dbhtml filename="module-init-tools.html"?>
10
11  <title>Module-Init-Tools-&module-init-tools-version;</title>
12
13  <indexterm zone="ch-system-module-init-tools">
14    <primary sortas="a-Module-Init-Tools">Module-Init-Tools</primary>
15  </indexterm>
16
[566db8e]17  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
18  href="../common/module-init-tools.xml"
19  xpointer="xpointer(//*[@role='package'])"/>
[3f8be484]20
21  <sect2 role="installation">
22    <title>Installation of Module-Init-Tools</title>
23
[8bff584]24    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
25    href="../common/module-init-tools.xml"
26    xpointer="xpointer(//*[@os='a1'])"/>
27
28    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
29    href="../common/module-init-tools.xml"
30    xpointer="xpointer(//*[@os='a2'])"/>
31
[c999585]32    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
33    href="../common/module-init-tools.xml"
[e0e40d3]34    xpointer="xpointer(//*[@os='c'])"/>
[c999585]35
[c4534a5]36    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
37    href="../common/module-init-tools.xml"
38    xpointer="xpointer(//*[@os='cc'])"/>
39
[5999613]40<screen os="d"><userinput>CC="gcc ${BUILD64}" ./configure &amp;&amp;
[3135bd6]41make check &amp;&amp;
[c4534a5]42make clean</userinput></screen>
[c999585]43
[3f8be484]44    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
45    href="../common/module-init-tools.xml"
[e0e40d3]46    xpointer="xpointer(//*[@os='e'])"/>
[3f8be484]47
[0b2e09e]48<screen os="f"><userinput>CC="gcc ${BUILD64}" ./configure --prefix="/" \
[1e58202]49    --bindir=/bin --sbindir=/sbin \
50    --enable-zlib</userinput></screen>
[3f8be484]51
52    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
53    href="../common/module-init-tools.xml"
[e0e40d3]54    xpointer="xpointer(//*[@os='g'])"/>
[3f8be484]55
56    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
57    href="../common/module-init-tools.xml"
[e0e40d3]58    xpointer="xpointer(//*[@os='h'])"/>
[3f8be484]59
60    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
61    href="../common/module-init-tools.xml"
[e0e40d3]62    xpointer="xpointer(//*[@os='i'])"/>
[3f8be484]63
64    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
65    href="../common/module-init-tools.xml"
[e0e40d3]66    xpointer="xpointer(//*[@os='j'])"/>
[3f8be484]67
68    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
69    href="../common/module-init-tools.xml"
[e0e40d3]70    xpointer="xpointer(//*[@os='k'])"/>
[3f8be484]71
[694e331]72    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
73    href="../common/module-init-tools.xml"
74    xpointer="xpointer(//*[@os='l'])"/>
75
[3f8be484]76  </sect2>
77
78  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
79  href="../common/module-init-tools.xml"
80  xpointer="xpointer(id('contents-module-init-tools'))"/>
81
82</sect1>
Note: See TracBrowser for help on using the repository browser.