Changeset cee2ca2 in clfs-sysroot for BOOK/final-system/common


Ignore:
Timestamp:
Jul 14, 2006, 5:03:23 PM (18 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
7e8c096
Parents:
627724c
Message:

Went through and made sure that every package in the final system that needs both --build and --host has them.

Location:
BOOK/final-system/common
Files:
31 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/autoconf.xml

    r627724c rcee2ca2  
    2828    <para os="a">Prepare Autoconf for compilation:</para>
    2929
    30 <screen os="b"><userinput>./configure --prefix=/usr --host=${CLFS_TARGET}</userinput></screen>
     30<screen os="b"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET}\
     31    --prefix=/usr</userinput></screen>
    3132
    3233    <para os="c">Compile the package:</para>
  • BOOK/final-system/common/automake.xml

    r627724c rcee2ca2  
    2828    <para os="a">Prepare Automake for compilation:</para>
    2929
    30 <screen os="b"><userinput>./configure --prefix=/usr --host=${CLFS_TARGET}</userinput></screen>
     30<screen os="b"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     31    --prefix=/usr</userinput></screen>
    3132
    3233    <para os="c">Compile the package:</para>
  • BOOK/final-system/common/bash.xml

    r627724c rcee2ca2  
    4646    <para os="e">Prepare Bash for compilation:</para>
    4747
    48 <screen os="f"><userinput>./configure --prefix=/usr --bindir=/bin \
    49     --host=${CLFS_TARGET} --cache-file=config.cache \
     48<screen os="f"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     49    --prefix=/usr --bindir=/bin --cache-file=config.cache \
    5050    --without-bash-malloc --with-installed-readline</userinput></screen>
    5151
  • BOOK/final-system/common/bison.xml

    r627724c rcee2ca2  
    2727    <para os="a">Prepare Bison for compilation:</para>
    2828
    29 <screen os="b"><userinput>./configure --prefix=/usr --host=${CLFS_TARGET}</userinput></screen>
     29<screen os="b"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     30    --prefix=/usr</userinput></screen>
    3031
    3132    <para os="b1">The configure system causes bison to be built without support
  • BOOK/final-system/common/coreutils.xml

    r627724c rcee2ca2  
    3939    <para os="c">Now prepare Coreutils for compilation:</para>
    4040
    41 <screen os="d"><userinput>./configure --prefix=/usr --cache-file=config.cache \
    42    --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
     41<screen os="d"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     42    --prefix=/usr --cache-file=config.cache </userinput></screen>
    4343
    4444    <para os="e">Compile the package:</para>
  • BOOK/final-system/common/diffutils.xml

    r627724c rcee2ca2  
    2828    <para os="a">Prepare Diffutils for compilation:</para>
    2929
    30 <screen os="b"><userinput>./configure --prefix=/usr --host=${CLFS_TARGET}</userinput></screen>
     30<screen os="b"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     31    --prefix=/usr</userinput></screen>
    3132
    3233    <para os="c">Compile the package:</para>
  • BOOK/final-system/common/e2fsprogs.xml

    r627724c rcee2ca2  
    3636    <para os="c">Prepare E2fsprogs for compilation:</para>
    3737
    38 <screen os="d"><userinput>../configure --prefix=/usr --with-root-prefix="" \
    39     --enable-elf-shlibs --disable-evms \
    40     --host=${CLFS_TARGET}</userinput></screen>
     38<screen os="d"><userinput>../configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     39    --prefix=/usr --with-root-prefix="" \
     40    --enable-elf-shlibs --disable-evms</userinput></screen>
    4141
    4242    <variablelist os="e">
  • BOOK/final-system/common/file.xml

    r627724c rcee2ca2  
    2828    <para os="a">Prepare File for compilation:</para>
    2929
    30 <screen os="b"><userinput>./configure --prefix=/usr --host=${CLFS_TARGET}</userinput></screen>
     30<screen os="b"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     31    --prefix=/usr</userinput></screen>
    3132
    3233    <para os="c">Compile the package:</para>
  • BOOK/final-system/common/findutils.xml

    r627724c rcee2ca2  
    3030    <para os="a">Prepare Findutils for compilation:</para>
    3131
    32 <screen os="b"><userinput>./configure --prefix=/usr --host=${CLFS_TARGET} \
    33     --libexecdir=/usr/lib/locate --localstatedir=/var/lib/locate</userinput></screen>
     32<screen os="b"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     33    --prefix=/usr --libexecdir=/usr/lib/locate \
     34    --localstatedir=/var/lib/locate</userinput></screen>
    3435
    3536    <variablelist os="c">
  • BOOK/final-system/common/flex.xml

    r627724c rcee2ca2  
    3333    <para os="c">Prepare Flex for compilation:</para>
    3434
    35 <screen os="d"><userinput>./configure --prefix=/usr --host=${CLFS_TARGET}</userinput></screen>
     35<screen os="d"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     36    --prefix=/usr</userinput></screen>
    3637
    3738    <para os="e">Compile the package:</para>
  • BOOK/final-system/common/gawk.xml

    r627724c rcee2ca2  
    3333    <para os="c">Prepare Gawk for compilation:</para>
    3434
    35 <screen os="d"><userinput>./configure --prefix=/usr --libexecdir=/usr/lib \
    36     --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
     35<screen os="d"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     36    --prefix=/usr --libexecdir=/usr/lib</userinput></screen>
    3737
    3838    <para os="e">Compile the package:</para>
  • BOOK/final-system/common/gettext.xml

    r627724c rcee2ca2  
    3030    <para os="a">Prepare Gettext for compilation:</para>
    3131
    32 <screen os="b"><userinput>./configure --prefix=/usr --host=${CLFS_TARGET}</userinput></screen>
     32<screen os="b"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     33    --prefix=/usr</userinput></screen>
    3334
    3435    <para os="c">Compile the package:</para>
  • BOOK/final-system/common/grep.xml

    r627724c rcee2ca2  
    2828    <para os="a">Prepare Grep for compilation:</para>
    2929
    30 <screen os="b"><userinput>./configure --prefix=/usr --bindir=/bin \
    31     --host=${CLFS_TARGET} --disable-perl-regexp</userinput></screen>
     30<screen os="b"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     31    --prefix=/usr --bindir=/bin --disable-perl-regexp</userinput></screen>
    3232
    3333    <para os="c">Compile the package:</para>
  • BOOK/final-system/common/groff.xml

    r627724c rcee2ca2  
    3333    <para os="b">Prepare Groff for compilation:</para>
    3434
    35 <screen os="c"><userinput>PAGE=<replaceable>[paper_size]</replaceable> ./configure --prefix=/usr --host=${CLFS_TARGET}</userinput></screen>
     35<screen os="c"><userinput>PAGE=<replaceable>[paper_size]</replaceable> ./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     36    --prefix=/usr</userinput></screen>
    3637
    3738    <para os="d">Compile the package:</para>
  • BOOK/final-system/common/gzip.xml

    r627724c rcee2ca2  
    3535    <para os="a">Prepare Gzip for compilation:</para>
    3636
    37 <screen os="b"><userinput>./configure --prefix=/usr --host=${CLFS_TARGET}</userinput></screen>
     37<screen os="b"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     38    --prefix=/usr</userinput></screen>
    3839
    3940    <para os="c">The <command>gzexe</command> script has the location of the
  • BOOK/final-system/common/inetutils.xml

    r627724c rcee2ca2  
    4545    <para os="a">Prepare Inetutils for compilation:</para>
    4646
    47 <screen os="b"><userinput>./configure --prefix=/usr --host=${CLFS_TARGET} \
    48     --libexecdir=/usr/sbin --sysconfdir=/etc \
    49     --localstatedir=/var --disable-logger \
    50     --disable-syslogd --disable-whois --disable-servers</userinput></screen>
     47<screen os="b"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     48    --prefix=/usr --libexecdir=/usr/sbin --sysconfdir=/etc \
     49    --localstatedir=/var --disable-logger --disable-syslogd \
     50    --disable-whois --disable-servers</userinput></screen>
    5151
    5252    <variablelist os="c">
  • BOOK/final-system/common/less.xml

    r627724c rcee2ca2  
    2727    <para os="a">Prepare Less for compilation:</para>
    2828
    29 <screen os="b"><userinput>./configure --prefix=/usr --sysconfdir=/etc \
    30     --host=${CLFS_TARGET}</userinput></screen>
     29<screen os="b"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     30    --prefix=/usr --sysconfdir=/etc</userinput></screen>
    3131
    3232    <variablelist os="c">
  • BOOK/final-system/common/libtool.xml

    r627724c rcee2ca2  
    2929    <para os="a">Prepare Libtool for compilation:</para>
    3030
    31 <screen os="b"><userinput>./configure --prefix=/usr --host=${CLFS_TARGET}</userinput></screen>
     31<screen os="b"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     32    --prefix=/usr</userinput></screen>
    3233
    3334    <para os="c">Compile the package:</para>
  • BOOK/final-system/common/m4.xml

    r627724c rcee2ca2  
    2727    <para os="a">Prepare M4 for compilation:</para>
    2828
    29 <screen os="b"><userinput>./configure --prefix=/usr --host=${CLFS_TARGET}</userinput></screen>
     29<screen os="b"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     30    --prefix=/usr</userinput></screen>
    3031
    3132    <para os="c">Compile the package:</para>
  • BOOK/final-system/common/make.xml

    r627724c rcee2ca2  
    2727    <para os="a">Prepare Make for compilation:</para>
    2828
    29 <screen os="b"><userinput>./configure --prefix=/usr --host=${CLFS_TARGET}</userinput></screen>
     29<screen os="b"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     30    --prefix=/usr</userinput></screen>
    3031
    3132    <para os="c">Compile the package:</para>
  • BOOK/final-system/common/mktemp.xml

    r627724c rcee2ca2  
    4040    <para os="c">Prepare Mktemp for compilation:</para>
    4141
    42 <screen os="d"><userinput>./configure --prefix=/usr --with-libc  --host=${CLFS_TARGET}</userinput></screen>
     42<screen os="d"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     43    --prefix=/usr --with-libc</userinput></screen>
    4344
    4445    <variablelist os="e">
  • BOOK/final-system/common/module-init-tools.xml

    r627724c rcee2ca2  
    2828    <para os="a">Prepare Module-Init-Tools for compilation:</para>
    2929
    30 <screen os="b"><userinput>./configure --prefix=/ --enable-zlib --host=${CLFS_TARGET}</userinput></screen>
     30<screen os="b"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     31    --prefix=/ --enable-zlib</userinput></screen>
    3132
    3233    <variablelist os="c">
  • BOOK/final-system/common/ncurses.xml

    r627724c rcee2ca2  
    2828    <para os="a">Prepare Ncurses for compilation:</para>
    2929
    30 <screen os="b"><userinput>./configure --prefix=/usr --libdir=/lib \
    31    --host=${CLFS_TARGET} --with-shared \
     30<screen os="b"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     31   --prefix=/usr --libdir=/lib --with-shared \
    3232   --without-debug --without-ada --with-build-cc=gcc</userinput></screen>
    3333
  • BOOK/final-system/common/patch.xml

    r627724c rcee2ca2  
    3737    <para os="c">Prepare Patch for compilation:</para>
    3838
    39 <screen os="d"><userinput>./configure --prefix=/usr --host=${CLFS_TARGET} \
    40     --cache-file=config.cache</userinput></screen>
     39<screen os="d"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     40    --prefix=/usr --cache-file=config.cache</userinput></screen>
    4141
    4242    <para os="e">Compile the package:</para>
  • BOOK/final-system/common/psmisc.xml

    r627724c rcee2ca2  
    2828    <para os="a">Prepare Psmisc for compilation:</para>
    2929
    30 <screen os="b"><userinput>./configure --prefix=/usr --exec-prefix="" --host=${CLFS_TARGET}</userinput></screen>
     30<screen os="b"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     31    --prefix=/usr --exec-prefix=""</userinput></screen>
    3132
    3233    <variablelist os="c">
  • BOOK/final-system/common/readline.xml

    r627724c rcee2ca2  
    3333    <para os="a">Prepare Readline for compilation:</para>
    3434
    35 <screen os="b"><userinput>./configure --prefix=/usr --libdir=/lib --host=${CLFS_TARGET}</userinput></screen>
     35<screen os="b"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     36    --prefix=/usr --libdir=/lib</userinput></screen>
    3637
    3738    <para os="c">Compile the package:</para>
  • BOOK/final-system/common/sed.xml

    r627724c rcee2ca2  
    2727    <para os="a">Prepare Sed for compilation:</para>
    2828
    29 <screen os="b"><userinput>./configure --prefix=/usr --bindir=/bin \
    30     --host=${CLFS_TARGET} --enable-html</userinput></screen>
     29<screen os="b"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     30    --prefix=/usr --bindir=/bin --enable-html</userinput></screen>
    3131
    3232    <variablelist os="c">
  • BOOK/final-system/common/shadow.xml

    r627724c rcee2ca2  
    4141    <para os="d">Prepare Shadow for compilation:</para>
    4242
    43 <screen os="e"><userinput>./configure --libdir=/lib --sysconfdir=/etc --enable-shared \
     43<screen os="e"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     44    --libdir=/lib --sysconfdir=/etc --enable-shared \
    4445    --without-libpam --without-audit --without-selinux \
    45     --host=${CLFS_TARGET} --cache-file=config.cache</userinput></screen>
     46    --cache-file=config.cache</userinput></screen>
    4647
    4748<para os="f">The meaning of the configure options:</para>
  • BOOK/final-system/common/tar.xml

    r627724c rcee2ca2  
    4242    <para os="a">Prepare Tar for compilation:</para>
    4343
    44 <screen os="b"><userinput>./configure --prefix=/usr --bindir=/bin \
    45     --libexecdir=/usr/sbin --host=${CLFS_TARGET}</userinput></screen>
     44<screen os="b"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     45    --prefix=/usr --bindir=/bin --libexecdir=/usr/sbin</userinput></screen>
    4646
    4747    <para os="c">Compile the package:</para>
  • BOOK/final-system/common/texinfo.xml

    r627724c rcee2ca2  
    3333    <para os="a">Prepare Texinfo for compilation:</para>
    3434
    35 <screen os="b"><userinput>./configure --prefix=/usr --host=${CLFS_TARGET}</userinput></screen>
     35<screen os="b"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     36    --prefix=/usr</userinput></screen>
    3637
    3738    <para os="c">Compile the package:</para>
  • BOOK/final-system/common/vim.xml

    r627724c rcee2ca2  
    5656    <para os="d">Prepare Vim for compilation:</para>
    5757
    58 <screen os="e"><userinput>./configure --prefix=/usr --host=${CLFS_TARGET} \
    59     --enable-multibyte --enable-gui=no \
    60     --disable-gtktest --disable-xim \
    61     --with-features=normal --disable-gpm \
    62     --without-x --disable-netbeans \
     58<screen os="e"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     59    --prefix=/usr --enable-multibyte --enable-gui=no \
     60    --disable-gtktest --disable-xim --with-features=normal \
     61    --disable-gpm --without-x --disable-netbeans \
    6362    --with-tlib=ncurses</userinput></screen>
    6463
Note: See TracChangeset for help on using the changeset viewer.