Ignore:
Timestamp:
Dec 2, 2006, 11:40:35 AM (17 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
c5fc724
Parents:
2143fce
Message:

Another /tools oversight in glibc-headers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/alpha/glibc-headers.xml

    r2143fce ra2e6cdb  
    148148
    149149   <para os="cf">First we will copy a common file over to <filename
    150    class="directory">/tools/include</filename>:</para>
     150   class="directory">${CLFS}/tools/include</filename>:</para>
    151151
    152 <screen os="cg"><userinput>install -dv /tools/include/bits
    153 cp -v bits/stdio_lim.h /tools/include/bits</userinput></screen>
     152<screen os="cg"><userinput>install -dv ${CLFS}/tools/include/bits
     153cp -v bits/stdio_lim.h ${CLFS}/tools/include/bits</userinput></screen>
    154154
    155155   <para os="ch">Now we will create a blank stub file:</para>
    156156
    157 <screen os="ci"><userinput>touch /tools/include/gnu/stubs.h</userinput></screen>
     157<screen os="ci"><userinput>touch ${CLFS}/tools/include/gnu/stubs.h</userinput></screen>
    158158
    159159   <para os="cj">Another header is needed for NPTL:</para>
    160160   
    161 <screen><userinput>cp -v ../glibc-&glibc-version;/nptl/sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h /tools/include/bits/</userinput></screen>
     161<screen><userinput>cp -v ../glibc-&glibc-version;/nptl/sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h \
     162    ${CLFS}/tools/include/bits/</userinput></screen>
    162163
    163164  </sect2>
Note: See TracChangeset for help on using the changeset viewer.