Changeset 287d7b9 for temp-system
- Timestamp:
- Feb 21, 2006, 2:27:09 AM (19 years ago)
- Children:
- dd9906e
- Parents:
- 61f8f69
- Location:
- temp-system/common
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
temp-system/common/bash.xml
r61f8f69 r287d7b9 25 25 <para os="aa">Fix a minor issue during the build when cross-compiling:</para> 26 26 27 <screen os="ab"><userinput>cp Makefile.in Makefile.in.orig27 <screen os="ab"><userinput>cp -v Makefile.in Makefile.in.orig 28 28 sed -e "s@size \$(Program)@${LFS_TARGET}-&@g" Makefile.in.orig > Makefile.in</userinput></screen> 29 29 … … 74 74 a shell:</para> 75 75 76 <screen os="af"><userinput>ln -s bash /tools/bin/sh</userinput></screen>76 <screen os="af"><userinput>ln -sv bash /tools/bin/sh</userinput></screen> 77 77 78 78 </sect2> -
temp-system/common/bzip2.xml
r61f8f69 r287d7b9 23 23 <title>Installation of Bzip2</title> 24 24 25 <para os="ca">Remove the tests to since they won't work on26 amulti-architecture build:</para>25 <para os="ca">Remove the tests since they won't work on a 26 multi-architecture build:</para> 27 27 28 28 <screen os="cb"><userinput>cp -v Makefile{,.orig}
Note:
See TracChangeset
for help on using the changeset viewer.