Changeset fe884f4
- Timestamp:
- Feb 21, 2006, 1:43:13 AM (19 years ago)
- Children:
- 05806e8
- Parents:
- cd01914
- Location:
- temp-system
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
temp-system/common/bash.xml
rcd01914 rfe884f4 28 28 sed -e "s@size \$(Program)@${LFS_TARGET}-&@g" Makefile.in.orig > Makefile.in</userinput></screen> 29 29 30 <para os=" ac">Remove a test that causes the build to fail::</para>30 <para os="c1">Remove a test that causes the build to fail::</para> 31 31 32 <screen os=" ad"><userinput>echo "ac_cv_func_setvbuf_reversed=no" >> config.cache</userinput></screen>32 <screen os="c2"><userinput>echo "ac_cv_func_setvbuf_reversed=no" >> config.cache</userinput></screen> 33 33 34 34 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
temp-system/multilib/bash.xml
rcd01914 rfe884f4 33 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 34 34 href="../common/bash.xml" 35 xpointer="xpointer(//*[@os=' ac'])"/>35 xpointer="xpointer(//*[@os='c1'])"/> 36 36 37 37 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 38 38 href="../common/bash.xml" 39 xpointer="xpointer(//*[@os=' ad'])"/>39 xpointer="xpointer(//*[@os='c2'])"/> 40 40 41 41 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.