Changeset f53b075 for temp-system/common
- Timestamp:
- Jun 29, 2006, 4:07:12 PM (18 years ago)
- Children:
- 7d6c53c
- Parents:
- e8506ae6
- Location:
- temp-system/common
- Files:
-
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
temp-system/common/bash.xml
re8506ae6 rf53b075 32 32 33 33 <screen os="h"><userinput>./configure --prefix=/tools \ 34 -- without-bash-malloc--host=${LFS_TARGET} \35 -- cache-file=config.cache</userinput></screen>34 --build=${LFS_HOST} --host=${LFS_TARGET} \ 35 --without-bash-malloc --cache-file=config.cache</userinput></screen> 36 36 37 37 <variablelist os="ad"> -
temp-system/common/diffutils.xml
re8506ae6 rf53b075 26 26 27 27 <screen os="b"><userinput>./configure --prefix=/tools \ 28 --host=${LFS_TARGET}</userinput></screen>28 --build=${LFS_HOST} --host=${LFS_TARGET}</userinput></screen> 29 29 30 30 <para os="c">Compile the package:</para> -
temp-system/common/findutils.xml
re8506ae6 rf53b075 33 33 34 34 <screen os="ac"><userinput>./configure --prefix=/tools \ 35 --host=${LFS_TARGET} --cache-file=config.cache</userinput></screen> 35 --build=${LFS_HOST} --host=${LFS_TARGET} \ 36 --cache-file=config.cache</userinput></screen> 36 37 37 38 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
temp-system/common/gettext.xml
re8506ae6 rf53b075 32 32 33 33 <screen os="d"><userinput>./configure --prefix=/tools \ 34 --host=${LFS_TARGET} --disable-shared\35 --cache-file=config.cache</userinput></screen>34 --build=${LFS_HOST} --host=${LFS_TARGET} \ 35 --disable-shared --cache-file=config.cache</userinput></screen> 36 36 37 37 <variablelist os="e"> -
temp-system/common/grep.xml
re8506ae6 rf53b075 28 28 29 29 <screen os="ca"><userinput>./configure --prefix=/tools \ 30 --host=${LFS_TARGET} --disable-perl-regexp</userinput></screen> 30 --build=${LFS_HOST} --host=${LFS_TARGET} \ 31 --disable-perl-regexp</userinput></screen> 31 32 32 33 <variablelist os="cb"> -
temp-system/common/gzip.xml
re8506ae6 rf53b075 34 34 35 35 <screen os="ac"><userinput>./configure --prefix=/tools \ 36 --host=${LFS_TARGET}</userinput></screen>36 --build=${LFS_HOST} --host=${LFS_TARGET}</userinput></screen> 37 37 38 38 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
temp-system/common/make.xml
re8506ae6 rf53b075 28 28 29 29 <screen os="aa"><userinput>./configure --prefix=/tools \ 30 --host=${LFS_TARGET}</userinput></screen>30 --build=${LFS_HOST} --host=${LFS_TARGET}</userinput></screen> 31 31 32 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
temp-system/common/ncurses.xml
re8506ae6 rf53b075 28 28 29 29 <screen os="b"><userinput>./configure --prefix=/tools --with-shared \ 30 --host=${LFS_TARGET} --without-debug --without-ada \ 30 --build=${LFS_HOST} --host=${LFS_TARGET} \ 31 --without-debug --without-ada \ 31 32 --enable-overwrite --with-build-cc=gcc</userinput></screen> 32 33 -
temp-system/common/patch.xml
re8506ae6 rf53b075 25 25 <para os="a">Prepare Patch for compilation:</para> 26 26 27 <screen os="b"><userinput>./configure --prefix=/tools --host=${LFS_TARGET}</userinput></screen> 27 <screen os="b"><userinput>./configure --prefix=/tools \ 28 --build=${LFS_HOST} --host=${LFS_TARGET}</userinput></screen> 28 29 29 30 <para os="c">Compile the package:</para> -
temp-system/common/sed.xml
re8506ae6 rf53b075 26 26 27 27 <screen os="b"><userinput>./configure --prefix=/tools \ 28 --host=${LFS_TARGET}</userinput></screen>28 --build=${LFS_HOST} --host=${LFS_TARGET}</userinput></screen> 29 29 30 30 <para os="c">Compile the package:</para> -
temp-system/common/tar.xml
re8506ae6 rf53b075 33 33 34 34 <screen os="b"><userinput>./configure --prefix=/tools \ 35 --host=${LFS_TARGET} --cache-file=config.cache</userinput></screen> 35 --build=${LFS_HOST} --host=${LFS_TARGET} \ 36 --cache-file=config.cache</userinput></screen> 36 37 37 38 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.