Changeset c73149f


Ignore:
Timestamp:
Dec 2, 2006, 3:45: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:
730c110
Parents:
0eefade
Message:

Temp-system update to sysroot except for gcc, binutils. Patch requires a patch to use DESTDIR, in the process of creating patch

Location:
BOOK/temp-system
Files:
15 edited

Legend:

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

    r0eefade rc73149f  
    7575    xpointer="xpointer(//*[@os='m'])"/>
    7676
    77 <screen os="n"><userinput>make install</userinput></screen>
     77<screen os="n"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
    7878
    7979    <para os="ae">Make a link for programs that use <command>sh</command> for
    8080    a shell:</para>
    8181
    82 <screen os="af"><userinput>ln -sv bash /tools/bin/sh</userinput></screen>
     82<screen os="af"><userinput>ln -sv bash ${CLFS}/tools/bin/sh</userinput></screen>
    8383
    8484  </sect2>
  • BOOK/temp-system/common/bzip2.xml

    r0eefade rc73149f  
    3838    <para os="cd">Install the package:</para>
    3939
    40 <screen os="ce"><userinput>make PREFIX=/tools install</userinput></screen>
     40<screen os="ce"><userinput>make PREFIX=${CLFS}/tools install</userinput></screen>
    4141
    4242  </sect2>
  • BOOK/temp-system/common/coreutils.xml

    r0eefade rc73149f  
    4545    <para os="bh">Install the package:</para>
    4646
    47 <screen os="bi"><userinput>make install</userinput></screen>
     47<screen os="bi"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
    4848
    4949  </sect2>
  • BOOK/temp-system/common/diffutils.xml

    r0eefade rc73149f  
    3434    <para os="e">Install the package:</para>
    3535
    36 <screen os="f"><userinput>make install</userinput></screen>
     36<screen os="f"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
    3737
    3838  </sect2>
  • BOOK/temp-system/common/findutils.xml

    r0eefade rc73149f  
    4848    xpointer="xpointer(//*[@os='g'])"/>
    4949
    50     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    51     href="../../final-system/common/findutils.xml"
    52     xpointer="xpointer(//*[@os='h'])"/>
     50<screen os="h"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
    5351
    5452  </sect2>
  • BOOK/temp-system/common/gawk.xml

    r0eefade rc73149f  
    3434    <para os="e">Install the package:</para>
    3535
    36 <screen os="f"><userinput>make install</userinput></screen>
     36<screen os="f"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
    3737
    3838  </sect2>
  • BOOK/temp-system/common/gettext.xml

    r0eefade rc73149f  
    5353    <para os="h">Install the package:</para>
    5454
    55 <screen os="i"><userinput>make install</userinput></screen>
     55<screen os="i"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
    5656
    5757  </sect2>
  • BOOK/temp-system/common/grep.xml

    r0eefade rc73149f  
    5858    xpointer="xpointer(//*[@os='f'])"/>
    5959
    60     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    61     href="../../final-system/common/grep.xml"
    62     xpointer="xpointer(//*[@os='g'])"/>
     60<screen os="g"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
    6361
    6462  </sect2>
  • BOOK/temp-system/common/gzip.xml

    r0eefade rc73149f  
    4848    xpointer="xpointer(//*[@os='h'])"/>
    4949
    50     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    51     href="../../final-system/common/gzip.xml"
    52     xpointer="xpointer(//*[@os='i'])"/>
     50<screen os="i"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
    5351
    5452  </sect2>
  • BOOK/temp-system/common/make.xml

    r0eefade rc73149f  
    4242    xpointer="xpointer(//*[@os='f'])"/>
    4343
    44     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    45     href="../../final-system/common/make.xml"
    46     xpointer="xpointer(//*[@os='g'])"/>
     44<screen os="g"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
    4745
    4846  </sect2>
  • BOOK/temp-system/common/ncurses.xml

    r0eefade rc73149f  
    9090    xpointer="xpointer(//*[@os='f'])"/>
    9191
    92     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    93     href="../../final-system/common/ncurses.xml"
    94     xpointer="xpointer(//*[@os='g'])"/>
     92<screen os="g"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
    9593
    9694  </sect2>
  • BOOK/temp-system/common/sed.xml

    r0eefade rc73149f  
    3434    <para os="e">Install the package:</para>
    3535
    36 <screen os="f"><userinput>make install</userinput></screen>
     36<screen os="f"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
    3737
    3838  </sect2>
  • BOOK/temp-system/common/tar.xml

    r0eefade rc73149f  
    4242    xpointer="xpointer(//*[@os='f'])"/>
    4343
    44     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    45     href="../../final-system/common/tar.xml"
    46     xpointer="xpointer(//*[@os='g'])"/>
     44<screen os="g"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
    4745
    4846  </sect2>
  • BOOK/temp-system/common/texinfo.xml

    r0eefade rc73149f  
    4242    xpointer="xpointer(//*[@os='f'])"/>
    4343
    44     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    45     href="../../final-system/common/texinfo.xml"
    46     xpointer="xpointer(//*[@os='g'])"/>
     44<screen os="g"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
    4745
    4846  </sect2>
  • BOOK/temp-system/multilib/bash.xml

    r0eefade rc73149f  
    4444
    4545<screen os="h"><userinput>CC="${CC} ${BUILD64}" CXX="${CXX} ${BUILD64}" \
    46    ./configure --prefix=/tools \
    47    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     46   ./configure --prefix=/tools --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    4847   --without-bash-malloc --cache-file=config.cache</userinput></screen>
    4948
Note: See TracChangeset for help on using the changeset viewer.