Changeset e0e40d3 for BOOK/final-system/common/bash.xml
- Timestamp:
- Feb 21, 2006, 1:23:04 AM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 69caf2f
- Parents:
- 82fedc4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/bash.xml
r82fedc4 re0e40d3 54 54 <para os="g">Prepare Bash for compilation:</para> 55 55 56 <screen ><userinput>./configure --prefix=/usr --bindir=/bin \56 <screen os="h"><userinput>./configure --prefix=/usr --bindir=/bin \ 57 57 --without-bash-malloc --with-installed-readline</userinput></screen> 58 58 59 <variablelist os=" h">59 <variablelist os="i"> 60 60 <title>The meaning of the configure option:</title> 61 61 … … 71 71 </variablelist> 72 72 73 <para os=" i">Compile the package:</para>73 <para os="j">Compile the package:</para> 74 74 75 <screen os=" j"><userinput>make</userinput></screen>75 <screen os="k"><userinput>make</userinput></screen> 76 76 77 <para os=" k">To test the results, issue:77 <para os="l">To test the results, issue: 78 78 <userinput>make tests</userinput>.</para> 79 79 80 <para os=" l">Install the package:</para>80 <para os="m">Install the package:</para> 81 81 82 <screen os=" m"><userinput>make install</userinput></screen>82 <screen os="n"><userinput>make install</userinput></screen> 83 83 84 <para os=" n">Run the newly compiled <command>bash</command> program (replacing84 <para os="o">Run the newly compiled <command>bash</command> program (replacing 85 85 the one that is currently being executed):</para> 86 86 87 <screen os=" o"><userinput>exec /bin/bash --login +h</userinput></screen>87 <screen os="p"><userinput>exec /bin/bash --login +h</userinput></screen> 88 88 89 <note os=" p">89 <note os="q"> 90 90 <para>The parameters used make the <command>bash</command> 91 91 process an interactive login shell and continue to disable hashing so
Note:
See TracChangeset
for help on using the changeset viewer.