source: temp-system/64/bash.xml @ 30bc2ab

Last change on this file since 30bc2ab was 30bc2ab, checked in by Jim Gifford <clfs@…>, 18 years ago

r659@server (orig r657): manuel | 2005-11-08 13:08:02 -0800
Preparations to remove SBUs and DUs. Chapter temp-system, round 3.

  • Property mode set to 100644
File size: 2.7 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3  "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4  <!ENTITY % general-entities SYSTEM "../../general.ent">
5  <!ENTITY % patches-entities SYSTEM "../../patches.ent">
6  %general-entities;
7  %patches-entities;
8]>
9
10<sect1 id="ch-temp-system-bash" role="wrap">
11  <?dbhtml filename="bash.html"?>
12
13  <title>Bash-&bash-version;</title>
14
15  <indexterm zone="ch-temp-system-bash">
16    <primary sortas="a-Bash">Bash</primary>
17    <secondary>temporary system</secondary>
18  </indexterm>
19
20  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
21  href="../../final-system/common/bash.xml"
22  xpointer="xpointer(//*[@role='package'])"/>
23
24  <sect2 role="installation">
25    <title>Installation of Bash</title>
26
27    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
28    href="../common/bash.xml"
29    xpointer="xpointer(//*[@os='aa'])"/>
30
31    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
32    href="../common/bash.xml"
33    xpointer="xpointer(//*[@os='ab'])"/>
34
35    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
36    href="../common/bash.xml"
37    xpointer="xpointer(//*[@os='e'])"/>
38
39    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
40    href="../common/bash.xml"
41    xpointer="xpointer(//*[@os='f'])"/>
42
43    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
44    href="../common/bash.xml"
45    xpointer="xpointer(//*[@os='g'])"/>
46
47<screen><userinput>CC="${CC} ${BUILD64}" CXX="${CXX} ${BUILD64}" \
48   ./configure --prefix=/tools --with-curses \
49   --without-bash-malloc --host=${LFS_TARGET}</userinput></screen>
50
51    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
52    href="../common/bash.xml"
53    xpointer="xpointer(//*[@os='ac'])"/>
54
55    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
56    href="../common/bash.xml"
57    xpointer="xpointer(//*[@os='i'])"/>
58
59    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
60    href="../common/bash.xml"
61    xpointer="xpointer(//*[@os='j'])"/>
62
63    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
64    href="../common/bash.xml"
65    xpointer="xpointer(//*[@os='l'])"/>
66
67    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
68    href="../common/bash.xml"
69    xpointer="xpointer(//*[@os='m'])"/>
70
71    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
72    href="../common/bash.xml"
73    xpointer="xpointer(//*[@os='ad'])"/>
74
75    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
76    href="../common/bash.xml"
77    xpointer="xpointer(//*[@os='ae'])"/>
78
79  </sect2>
80
81  <sect2 role="content">
82    <title/>
83
84    <para>Details on this package are located in <xref
85    linkend="contents-bash" role="."/></para>
86
87  </sect2>
88
89</sect1>
Note: See TracBrowser for help on using the repository browser.