Ignore:
Timestamp:
Apr 16, 2011, 2:36:23 PM (15 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
21e442f
Parents:
8c3f58f (diff), af891d2 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' into systemd

Conflicts:

BOOK/introduction/common/changelog.xml
BOOK/packages.ent

Location:
BOOK/temp-system/common
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • BOOK/temp-system/common/cloog-ppl.xml

    r8c3f58f r6cefbfb  
    2222  <sect2 role="installation">
    2323    <title>Installation of CLooG-PPL</title>
    24 
    25     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    26     href="../../final-system/common/cloog-ppl.xml"
    27     xpointer="xpointer(//*[@os='p1'])"/>
    28 
    29     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    30     href="../../final-system/common/cloog-ppl.xml"
    31     xpointer="xpointer(//*[@os='p2'])"/>
    3224
    3325    <para os="s1">The following prevents the configure script from setting <envar>LD_LIBRARY_PATH</envar> when it finds PPL. This will prevent any conflicts with libraries from the host system:</para>
  • BOOK/temp-system/common/mpc.xml

    r8c3f58f r6cefbfb  
    2525    <para os="a">Prepare MPC for compilation:</para>
    2626
    27 <screen os="b"><userinput>./configure --prefix=/tools \
     27<screen os="b"><userinput>EGREP="grep -E" ./configure --prefix=/tools \
    2828    --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
    2929
  • BOOK/temp-system/common/ppl.xml

    r8c3f58f r6cefbfb  
    2222  <sect2 role="installation">
    2323    <title>Installation of PPL</title>
    24 
    25     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    26     href="../../final-system/common/ppl.xml"
    27     xpointer="xpointer(//*[@os='s1'])"/>
    28 
    29     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    30     href="../../final-system/common/ppl.xml"
    31     xpointer="xpointer(//*[@os='s2'])"/>
    3224
    3325    <para os="a">Prepare PPL for compilation:</para>
  • BOOK/temp-system/common/vim.xml

    r8c3f58f r6cefbfb  
    9595<screen os="m"><userinput>ln -sv vim /tools/bin/vi</userinput></screen>
    9696
     97    <para os="tv1" >Create a temporary vimrc to make it function more the way you may
     98    expect it to. This is explained more in the final system:</para>
     99
     100<screen os="tv2"><userinput>cat &gt; /tools/etc/vimrc &lt;&lt; "EOF"
     101<literal>" Begin /etc/vimrc
     102
     103set nocompatible
     104set backspace=2
     105set ruler
     106syntax on
     107
     108" End /etc/vimrc</literal>
     109EOF</userinput></screen>
     110
    97111  </sect2>
    98112
Note: See TracChangeset for help on using the changeset viewer.