Ignore:
Timestamp:
Feb 21, 2006, 9:20:08 AM (19 years ago)
Author:
Jim Gifford <clfs@…>
Children:
1235a03
Parents:
adeb68a
Message:

r770@server (orig r768): jim | 2005-11-29 00:32:15 -0800

r814@server: jim | 2005-11-28 23:39:56 -0800
Text updates to temp-system


Location:
temp-system/common
Files:
3 deleted
15 edited

Legend:

Unmodified
Added
Removed
  • temp-system/common/bash.xml

    radeb68a r175ff828  
    4040    xpointer="xpointer(//*[@os='g'])"/>
    4141
    42 <screen><userinput>./configure --prefix=/tools --with-curses \
     42<screen os="ac"><userinput>./configure --prefix=/tools --with-curses \
    4343   --without-bash-malloc --host=${LFS_TARGET}</userinput></screen>
    4444
    45     <variablelist os="ac">
     45    <variablelist os="ad">
    4646      <title>The meaning of the configure options:</title>
    4747
     
    8181    xpointer="xpointer(//*[@os='m'])"/>
    8282
    83     <para os="ad">Make a link for the programs that use <command>sh</command> for
     83    <para os="ae">Make a link for the programs that use <command>sh</command> for
    8484    a shell:</para>
    8585
    86 <screen os="ae"><userinput>ln -s bash /tools/bin/sh</userinput></screen>
     86<screen os="af"><userinput>ln -s bash /tools/bin/sh</userinput></screen>
    8787
    8888  </sect2>
  • temp-system/common/bzip2.xml

    radeb68a r175ff828  
    3333    xpointer="xpointer(//*[@os='a'])"/>
    3434
    35 <screen><userinput>make CC="${CC}" AR="${AR}" RANLIB="${RANLIB}"</userinput></screen>
     35<screen os="cc"><userinput>make CC="${CC}" AR="${AR}" RANLIB="${RANLIB}"</userinput></screen>
    3636
    37     <para>Install the package:</para>
     37    <para os="cd">Install the package:</para>
    3838
    39 <screen><userinput>make PREFIX=/tools install</userinput></screen>
     39<screen os="ce"><userinput>make PREFIX=/tools install</userinput></screen>
    4040
    4141  </sect2>
  • temp-system/common/coreutils.xml

    radeb68a r175ff828  
    3030    <para os="bd">Prepare Coreutils for compilation:</para>
    3131
    32 <screen><userinput>./configure --prefix=/tools --cache-file=config.cache \
     32<screen os="be"><userinput>./configure --prefix=/tools --cache-file=config.cache \
    3333   --build=${LFS_HOST} --host=${LFS_TARGET}</userinput></screen>
    3434
    35     <variablelist os="be">
     35    <variablelist os="bf">
    3636      <title>The meaning of the configure options:</title>
    3737
     
    4545    </variablelist>
    4646
    47     <para os="bf">Compile the package:</para>
     47    <para os="bg">Compile the package:</para>
    4848
    49 <screen os="bg"><userinput>make</userinput></screen>
     49<screen os="bh"><userinput>make</userinput></screen>
    5050
    51     <para os="bh">Install the package:</para>
     51    <para os="bi">Install the package:</para>
    5252
    53 <screen os="bi"><userinput>make install</userinput></screen>
     53<screen os="bj"><userinput>make install</userinput></screen>
    5454
    5555  </sect2>
  • temp-system/common/diffutils.xml

    radeb68a r175ff828  
    2323    <title>Installation of Diffutils</title>
    2424
    25     <para>Prepare Diffutils for compilation:</para>
     25    <para os="a">Prepare Diffutils for compilation:</para>
    2626
    27 <screen><userinput>./configure --prefix=/tools \
     27<screen os="b"><userinput>./configure --prefix=/tools \
    2828    --host=${LFS_TARGET}</userinput></screen>
    2929
    30     <para>Compile the package:</para>
     30    <para os="c">Compile the package:</para>
    3131
    32 <screen><userinput>make</userinput></screen>
     32<screen os="d"><userinput>make</userinput></screen>
    3333
    34     <para>Install the package:</para>
     34    <para os="e">Install the package:</para>
    3535
    36 <screen><userinput>make install</userinput></screen>
     36<screen os="f"><userinput>make install</userinput></screen>
    3737
    3838  </sect2>
  • temp-system/common/findutils.xml

    radeb68a r175ff828  
    3232    xpointer="xpointer(//*[@os='a'])"/>
    3333
    34 <screen><userinput>./configure --prefix=/tools \
     34<screen os="ac"><userinput>./configure --prefix=/tools \
    3535   --host=${LFS_TARGET} --cache-file=config.cache</userinput></screen>
    3636
  • temp-system/common/gawk.xml

    radeb68a r175ff828  
    2323    <title>Installation of Gawk</title>
    2424
    25     <para>Prepare Gawk for compilation:</para>
     25    <para os="a">Prepare Gawk for compilation:</para>
    2626
    27 <screen><userinput>./configure --prefix=/tools \
     27<screen os="b"><userinput>./configure --prefix=/tools \
    2828   --build=${LFS_HOST} --host=${LFS_TARGET}</userinput></screen>
    2929
    30     <para>Compile the package:</para>
     30    <para os="c">Compile the package:</para>
    3131
    32 <screen><userinput>make</userinput></screen>
     32<screen os="d"><userinput>make</userinput></screen>
    3333
    34     <para>Install the package:</para>
     34    <para os="e">Install the package:</para>
    3535
    36 <screen><userinput>make install</userinput></screen>
     36<screen os="f"><userinput>make install</userinput></screen>
    3737
    3838  </sect2>
  • temp-system/common/gettext.xml

    radeb68a r175ff828  
    2828<screen os="b"><userinput>echo "am_cv_func_working_getline=yes" &gt;&gt; config.cache</userinput></screen>
    2929
    30     <para>Prepare Gettext for compilation:</para>
     30    <para os="c">Prepare Gettext for compilation:</para>
    3131
    32 <screen><userinput>./configure --prefix=/tools \
     32<screen os="d"><userinput>./configure --prefix=/tools \
    3333   --host=${LFS_TARGET} --disable-libasprintf \
    3434   --without-csharp --cache-file=config.cache</userinput></screen>
    3535
    36     <variablelist os="c">
     36    <variablelist os="e">
    3737      <title>The meaning of the configure options:</title>
    3838
    39       <varlistentry os="c1">
     39      <varlistentry os="e1">
    4040        <term><parameter>--disable-libasprintf</parameter></term>
    4141        <listitem>
     
    4848      </varlistentry>
    4949
    50       <varlistentry os="c2">
     50      <varlistentry os="e2">
    5151        <term><parameter>--without-csharp</parameter></term>
    5252        <listitem>
     
    5959    </variablelist>
    6060
    61     <para>Compile the package:</para>
     61    <para os="f">Compile the package:</para>
    6262
    63 <screen><userinput>make</userinput></screen>
     63<screen os="g"><userinput>make</userinput></screen>
    6464
    65     <para>Install the package:</para>
     65    <para os="h">Install the package:</para>
    6666
    67 <screen><userinput>make install</userinput></screen>
     67<screen os="i"><userinput>make install</userinput></screen>
    6868
    6969  </sect2>
  • temp-system/common/grep.xml

    radeb68a r175ff828  
    2727    xpointer="xpointer(//*[@os='a'])"/>
    2828
    29 <screen><userinput>./configure --prefix=/tools \
     29<screen os="ca"><userinput>./configure --prefix=/tools \
    3030   --host=${LFS_TARGET} --disable-perl-regexp</userinput></screen>
    3131
    32     <variablelist os="ca">
     32    <variablelist os="cb">
    3333      <title>The meaning of the configure options:</title>
    3434
  • temp-system/common/gzip.xml

    radeb68a r175ff828  
    3333    xpointer="xpointer(//*[@os='c'])"/>
    3434
    35 <screen><userinput>./configure --prefix=/tools \
     35<screen os="ac"><userinput>./configure --prefix=/tools \
    3636   --host=${LFS_TARGET}</userinput></screen>
    3737
  • temp-system/common/make.xml

    radeb68a r175ff828  
    2727    xpointer="xpointer(//*[@os='a'])"/>
    2828
    29     <para>Prepare Make for compilation:</para>
     29    <para os="aa">Prepare Make for compilation:</para>
    3030
    31 <screen><userinput>./configure --prefix=/tools \
     31<screen os="ab"><userinput>./configure --prefix=/tools \
    3232   --host=${LFS_TARGET}</userinput></screen>
    3333
  • temp-system/common/ncurses.xml

    radeb68a r175ff828  
    2727    xpointer="xpointer(//*[@os='a'])"/>
    2828
    29 <screen><userinput>./configure --prefix=/tools --with-shared \
     29<screen os="aa"><userinput>./configure --prefix=/tools --with-shared \
    3030   --host=${LFS_TARGET} --without-debug --without-ada \
    3131   --enable-overwrite --with-build-cc=gcc</userinput></screen>
  • temp-system/common/patch.xml

    radeb68a r175ff828  
    2323    <title>Installation of Patch</title>
    2424
    25     <para>Prepare Patch for compilation:</para>
     25    <para os="a">Prepare Patch for compilation:</para>
    2626
    27 <screen><userinput>./configure --prefix=/tools --host=${LFS_TARGET}</userinput></screen>
     27<screen os="b"><userinput>./configure --prefix=/tools --host=${LFS_TARGET}</userinput></screen>
    2828
    29     <para>Compile the package:</para>
     29    <para os="c">Compile the package:</para>
    3030
    31 <screen><userinput>make</userinput></screen>
     31<screen os="d"><userinput>make</userinput></screen>
    3232
    33     <para>Install the package:</para>
     33    <para os="e">Install the package:</para>
    3434
    35 <screen><userinput>make install</userinput></screen>
     35<screen os="f"><userinput>make install</userinput></screen>
    3636
    3737  </sect2>
  • temp-system/common/sed.xml

    radeb68a r175ff828  
    2323    <title>Installation of Sed</title>
    2424
    25     <para>Prepare Sed for compilation:</para>
     25    <para os="a">Prepare Sed for compilation:</para>
    2626
    27 <screen><userinput>./configure --prefix=/tools \
     27<screen os="b"><userinput>./configure --prefix=/tools \
    2828   --host=${LFS_TARGET}</userinput></screen>
    2929
    30     <para>Compile the package:</para>
     30    <para os="c">Compile the package:</para>
    3131
    32 <screen><userinput>make</userinput></screen>
     32<screen os="d"><userinput>make</userinput></screen>
    3333
    34     <para>Install the package:</para>
     34    <para os="e">Install the package:</para>
    3535
    36 <screen><userinput>make install</userinput></screen>
     36<screen os="f"><userinput>make install</userinput></screen>
    3737
    3838  </sect2>
  • temp-system/common/tar.xml

    radeb68a r175ff828  
    3232    xpointer="xpointer(//*[@os='c'])"/>
    3333
    34 <screen><userinput>./configure --prefix=/tools \
     34<screen os="ac"><userinput>./configure --prefix=/tools \
    3535   --host=${LFS_TARGET} --cache-file=config.cache</userinput></screen>
    3636
  • temp-system/common/zlib.xml

    radeb68a r175ff828  
    3131    xpointer="xpointer(//*[@os='b'])"/>
    3232
    33 <screen><userinput>./configure --prefix=/tools --shared</userinput></screen>
     33<screen os="aa"><userinput>./configure --prefix=/tools --shared</userinput></screen>
    3434
    35     <variablelist os="aa">
     35    <variablelist os="ab">
    3636      <title>The meaning of the configure options:</title>
    3737
    38       <varlistentry os="aa1">
     38      <varlistentry os="ab1">
    3939        <term><parameter>--shared</parameter></term>
    4040        <listitem>
    41           <para>This do ...</para>
     41          <para>Tells zlib to build shared libraries.</para>
    4242        </listitem>
    4343      </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.