Changeset 5514d4d in clfs-sysroot
- Timestamp:
- Aug 7, 2006, 10:42:56 AM (18 years ago)
- Branches:
- master
- Children:
- f125294
- Parents:
- 9f304e0
- Location:
- BOOK
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/bash.xml
r9f304e0 r5514d4d 38 38 <screen os="p2"><userinput>patch -Np1 -i ../&bash-fixes-patch;</userinput></screen> 39 39 40 <para os="c">Create a config.cache containing information about a test that41 cannot be run when cross-compiling:</para>40 <para os="c">Create a config.cache containing information that is not 41 properly detected when cross compiling:</para> 42 42 43 43 <screen os="d"><userinput>echo "ac_cv_func_setvbuf_reversed=no" > config.cache 44 echo "bash_cv_sys_named_pipes=yes" >> config.cache 44 45 </userinput></screen> 45 46 -
BOOK/introduction/common/changelog.xml
r9f304e0 r5514d4d 41 41 <itemizedlist> 42 42 <listitem> 43 <para>[jciccone] - Fixed a problem where when bash is cross-compiled 44 it cannot test for the presence of named pipes.</para> 45 </listitem> 46 <listitem> 43 47 <para>[jciccone] - Fixed symlink issue in bootscripts. New package 44 48 CLFS-bootscropts 0.3.</para>
Note:
See TracChangeset
for help on using the changeset viewer.