Changeset 986e525d


Ignore:
Timestamp:
Dec 2, 2006, 6:11:04 PM (17 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
979e051
Parents:
034d620
Message:

Updates to temp-system for Sysroot

Location:
BOOK
Files:
12 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/common/module-init-tools.xml

    r034d620 r986e525d  
    4242    xpointer="xpointer(//*[@os='j'])"/>
    4343
    44 <screen os="k"><userinput>make DESTDIR="${CLFS}" install</userinput></screen>
     44<screen os="k"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
    4545
    4646  </sect2>
  • BOOK/boot/common/sysvinit.xml

    r034d620 r986e525d  
    4444    xpointer="xpointer(//*[@os='e'])"/>
    4545
    46 <screen os="ad"><userinput>make -C src install INSTALL="install" ROOT="${CLFS}"</userinput></screen>
     46<screen os="ad"><userinput>make -C src install INSTALL=install ROOT=${CLFS}</userinput></screen>
    4747
    4848  </sect2>
  • BOOK/boot/common/zlib.xml

    r034d620 r986e525d  
    2222  <sect2 role="installation">
    2323    <title>Installation of Zlib</title>
     24
     25    <para os="p1">This patch will add the ability to use DESTDIR:</para>
     26
     27<screen os="p2"><userinput>patch -Np1 -i ../&zlib-destdir-patch;</userinput></screen>
    2428
    2529    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/boot/multilib/zlib.xml

    r034d620 r986e525d  
    2222  <sect2 role="installation">
    2323    <title>Installation of Zlib</title>
     24
     25    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     26    href="../common/zlib.xml"
     27    xpointer="xpointer(//*[@os='p1'])"/>
     28
     29    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     30    href="../common/zlib.xml"
     31    xpointer="xpointer(//*[@os='p2'])"/>
    2432
    2533    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/boot/ppc/yaboot-build.xml

    r034d620 r986e525d  
    6767    xpointer="xpointer(//*[@os='i'])"/>
    6868
    69 <screen><userinput>make CROSS=${CLFS_TARGET}- ROOT=/tools PREFIX="" install</userinput></screen>
     69<screen><userinput>make CROSS=${CLFS_TARGET}- ROOT=${CLFS} PREFIX=/tools install</userinput></screen>
    7070
    7171  </sect2>
  • BOOK/boot/ppc64/yaboot-build.xml

    r034d620 r986e525d  
    7575    xpointer="xpointer(//*[@os='j0'])"/>
    7676
    77 <screen><userinput>make CROSS=${CLFS_TARGET}- ROOT=/tools PREFIX= install 2&gt;&amp;1 | tee instlog</userinput></screen>
     77<screen><userinput>make CROSS=${CLFS_TARGET}- ROOT=${CLFS} PREFIX=/tools install 2&gt;&amp;1 | tee instlog</userinput></screen>
    7878
    7979    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/boot/sparc/elftoaout.xml

    r034d620 r986e525d  
    3737    <para>Install the package:</para>
    3838
    39 <screen><userinput>install -v -m 0755 -s elftoaout /cross-tools/bin</userinput></screen>
     39<screen><userinput>install -v -m 0755 -s elftoaout ${CLFS}/cross-tools/bin</userinput></screen>
    4040
    4141  </sect2>
  • BOOK/boot/x86/grub.xml

    r034d620 r986e525d  
    3535  xpointer="xpointer(//*[@os='f'])"/>
    3636
    37   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    38   href="../../bootable/x86/grub.xml"
    39   xpointer="xpointer(//*[@os='g'])"/>
     37<screen os="g"><userinput>make DESTDIR=${CLFS} install
     38mkdir -pv ${CLFS} /boot/grub
     39cp -v ${CLFS}/usr/lib/grub/*/stage{1,2} ${CLFS}/boot/grub</userinput></screen>
    4040
    4141  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/boot/x86_64-64/bin86.xml

    r034d620 r986e525d  
    4848      output is not for a native system.</para>
    4949
    50 <screen os="f"><userinput>install -v -m 755 -s as/as86 /cross-tools/bin/${CLFS_TARGET}-as86
    51 install -v -m 755 -s ld/ld86 /cross-tools/bin/${CLFS_TARGET}-ld86</userinput></screen>
     50<screen os="f"><userinput>install -v -m 755 -s as/as86 ${CLFS}/cross-tools/bin/${CLFS_TARGET}-as86
     51install -v -m 755 -s ld/ld86 ${CLFS}/cross-tools/bin/${CLFS_TARGET}-ld86</userinput></screen>
    5252
    5353  </sect2>
  • BOOK/boot/x86_64-64/lilo-build.xml

    r034d620 r986e525d  
    3838    <para os="e">Install only the parts we need:</para>
    3939
    40 <screen os="f"><userinput>install -v -m755 lilo-static /tools/bin
    41 install -v -m755 keytab-lilo.pl /tools/bin</userinput></screen>
     40<screen os="f"><userinput>install -v -m755 lilo-static ${CLFS}/tools/bin
     41install -v -m755 keytab-lilo.pl ${CLFS}/tools/bin</userinput></screen>
    4242
    4343  </sect2>
  • BOOK/materials/common/patches.xml

    r034d620 r986e525d  
    278278
    279279    <varlistentry>
     280      <term>Zlib DESTDIR Patch - <token>&zlib-destdir-patch-size;</token>:</term>
     281      <listitem>
     282        <para>Download: <ulink
     283        url="&patches-root;&zlib-destdir-patch;"/></para>
     284        <para>MD5 sum: <literal>&zlib-destdir-patch-md5;</literal></para>
     285      </listitem>
     286    </varlistentry>
     287
     288    <varlistentry>
    280289      <term>Zlib fPIC Patch - <token>&zlib-fpic-patch-size;</token>:</term> <listitem>
    281290        <para>Download: <ulink
  • BOOK/patches.ent

    r034d620 r986e525d  
    125125<!ENTITY vim-fixes-patch-size "316 KB">
    126126
     127<!ENTITY zlib-destdir-patch "zlib-&zlib-version;-DESTDIR-1.patch">
     128<!ENTITY zlib-destdir-patch-md5 "280b7b8d9a3458070530de00c273944d">
     129<!ENTITY zlib-destdir-patch-size "4 KB">
     130
    127131<!ENTITY zlib-fpic-patch "zlib-&zlib-version;-fPIC-1.patch">
    128132<!ENTITY zlib-fpic-patch-md5 "545d60b20bfde6f53023de44438cef59">
Note: See TracChangeset for help on using the changeset viewer.