Changeset 8d86489 for BOOK/temp-system
- Timestamp:
- Apr 30, 2006, 8:34:37 PM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 8049c26
- Parents:
- 96bf59e
- Location:
- BOOK/temp-system
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/common/bash.xml
r96bf59e r8d86489 23 23 <title>Installation of Bash</title> 24 24 25 <para os="c1">Remove a test that causes the build to fail:</para>26 27 <screen os="c2"><userinput>echo "ac_cv_func_setvbuf_reversed=no" >> config.cache</userinput></screen>28 29 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 30 26 href="../../final-system/common/bash.xml" … … 32 28 33 29 <screen os="h"><userinput>./configure --prefix=/tools \ 34 --without-bash-malloc --host=${LFS_TARGET} \ 35 --cache-file=config.cache</userinput></screen> 30 --without-bash-malloc --host=${LFS_TARGET}</userinput></screen> 36 31 37 32 <variablelist os="ad"> -
BOOK/temp-system/multilib/bash.xml
r96bf59e r8d86489 25 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 26 26 href="../common/bash.xml" 27 xpointer="xpointer(//*[@os='c1'])"/>28 29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"30 href="../common/bash.xml"31 xpointer="xpointer(//*[@os='c2'])"/>32 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"34 href="../common/bash.xml"35 27 xpointer="xpointer(//*[@os='g'])"/> 36 28 37 29 <screen os="h"><userinput>CC="${CC} ${BUILD64}" CXX="${CXX} ${BUILD64}" \ 38 30 ./configure --prefix=/tools \ 39 --without-bash-malloc --host=${LFS_TARGET} \ 40 --cache-file=config.cache</userinput></screen> 31 --without-bash-malloc --host=${LFS_TARGET}</userinput></screen> 41 32 42 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.