Changeset eb55250 for BOOK/temp-system/common
- Timestamp:
- Feb 21, 2006, 2:27:09 AM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 94e6142
- Parents:
- 0b637f1
- Location:
- BOOK/temp-system/common
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/common/bash.xml
r0b637f1 reb55250 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> -
BOOK/temp-system/common/bzip2.xml
r0b637f1 reb55250 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.