Changeset 903a609
- Timestamp:
- Apr 17, 2006, 8:54:07 AM (19 years ago)
- Children:
- 41cd9a1
- Parents:
- 2d5272d
- Location:
- temp-system
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
temp-system/common/bash.xml
r2d5272d r903a609 22 22 <sect2 role="installation"> 23 23 <title>Installation of Bash</title> 24 25 <para os="aa">Fix a minor issue during the build when cross-compiling:</para>26 27 <screen os="ab"><userinput>cp -v Makefile.in Makefile.in.orig28 sed -e "s@size \$(Program)@${LFS_TARGET}-&@g" \29 Makefile.in.orig > Makefile.in</userinput></screen>30 24 31 25 <para os="c1">Remove a test that causes the build to fail:</para> -
temp-system/multilib/bash.xml
r2d5272d r903a609 22 22 <sect2 role="installation"> 23 23 <title>Installation of Bash</title> 24 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"26 href="../common/bash.xml"27 xpointer="xpointer(//*[@os='aa'])"/>28 29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"30 href="../common/bash.xml"31 xpointer="xpointer(//*[@os='ab'])"/>32 24 33 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.