Changeset 986e525d for BOOK/boot/common


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/boot/common
Files:
3 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"
Note: See TracChangeset for help on using the changeset viewer.