- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/common/bash.xml
r852824db rdabbced 35 35 become an unprivileged user, this combination will cause Bash to build 36 36 without <emphasis>process substitution</emphasis>, which will break one 37 of the C++ test scripts in <literal> glibc</literal>. The following prevents37 of the C++ test scripts in <literal>eglibc</literal>. The following prevents 38 38 future problems by skipping the check for named pipes, as well as other 39 39 tests that can not run while cross-compiling or that do not run properly:</para> … … 63 63 64 64 <variablelist os="c"> 65 <title>The meaning of the newconfigure option:</title>65 <title>The meaning of the configure option:</title> 66 66 67 67 <varlistentry> … … 91 91 <screen os="h"><userinput>make install</userinput></screen> 92 92 93 <para os="t3">Make a link for programs that use <command>sh</command> for 94 a shell:</para> 95 96 <screen os="t4"><userinput>ln -sv bash /tools/bin/sh</userinput></screen> 97 93 98 </sect2> 94 99
Note:
See TracChangeset
for help on using the changeset viewer.