Changeset f729ad2


Ignore:
Timestamp:
Feb 21, 2006, 2:18:52 AM (18 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:
4b83680d
Parents:
3c17f8e
Message:

r1117@server (orig r1115): chris | 2006-01-31 11:20:30 -0800
Corrected coreutils instructions for moving programs to /bin, and added more -v switches

Location:
BOOK
Files:
5 edited

Legend:

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

    r3c17f8e rf729ad2  
    111111    xpointer="xpointer(//*[@os='cl'])"/>
    112112
    113 <screen><userinput>cp ../glibc-&glibc-version;/nptl/sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h /tools/include/bits/</userinput></screen>
     113<screen><userinput>cp -v ../glibc-&glibc-version;/nptl/sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h /tools/include/bits/</userinput></screen>
    114114
    115115  </sect2>
  • BOOK/cross-tools/common/binutils.xml

    r3c17f8e rf729ad2  
    133133    <filename class="directory">/tools/include</filename> directory:</para>
    134134
    135 <screen os="bk"><userinput>cp ../binutils-&binutils-version;/include/libiberty.h /tools/include</userinput></screen>
     135<screen os="bk"><userinput>cp -v ../binutils-&binutils-version;/include/libiberty.h /tools/include</userinput></screen>
    136136
    137137  </sect2>
  • BOOK/cross-tools/x86/glibc-headers.xml

    r3c17f8e rf729ad2  
    2828    In the next glibc build, the gcc that's built right after this section will be used.</para>
    2929
    30 <screen os="s2"><userinput>cp configure{,.orig}
     30<screen os="s2"><userinput>cp -v configure{,.orig}
    3131sed -e 's/3.4/3.[0-9]/g' configure.orig > configure</userinput></screen>
    3232
     
    138138    class="directory">/tools/include</filename>:</para>
    139139
    140 <screen os="cg"><userinput>install -d /tools/include/bits
     140<screen os="cg"><userinput>install -dv /tools/include/bits
    141141cp bits/stdio_lim.h /tools/include/bits</userinput></screen>
    142142
     
    147147    <para os="cj">For NPTL use the following command:</para>
    148148
    149 <screen os="ck"><userinput>cp ../glibc-&glibc-version;/nptl/sysdeps/pthread/pthread.h /tools/include/</userinput></screen>
     149<screen os="ck"><userinput>cp -v ../glibc-&glibc-version;/nptl/sysdeps/pthread/pthread.h /tools/include/</userinput></screen>
    150150
    151151    <para os="cl">Now copy the architecture specific header over:</para>
    152152
    153 <screen os="cm"><userinput>cp ../glibc-&glibc-version;/nptl/sysdeps/unix/sysv/linux/i386/bits/pthreadtypes.h /tools/include/bits/</userinput></screen>
     153<screen os="cm"><userinput>cp -v ../glibc-&glibc-version;/nptl/sysdeps/unix/sysv/linux/i386/bits/pthreadtypes.h /tools/include/bits/</userinput></screen>
    154154
    155155  </sect2>
  • BOOK/cross-tools/x86_64/glibc-headers.xml

    r3c17f8e rf729ad2  
    111111    xpointer="xpointer(//*[@os='cl'])"/>
    112112
    113 <screen os="cm"><userinput>cp ../glibc-&glibc-version;/nptl/sysdeps/unix/sysv/linux/x86_64/bits/pthreadtypes.h /tools/include/bits/</userinput></screen>
     113<screen os="cm"><userinput>cp -v ../glibc-&glibc-version;/nptl/sysdeps/unix/sysv/linux/x86_64/bits/pthreadtypes.h /tools/include/bits/</userinput></screen>
    114114
    115115  </sect2>
  • BOOK/final-system/common/coreutils.xml

    r3c17f8e rf729ad2  
    8383    <para os="r">Move programs to the locations specified by the FHS:</para>
    8484
    85 <screen os="s"><userinput>mv /usr/bin/{[,basename,cat,chgrp,chmod,chown,cp,dd,df} /bin
    86 mv /usr/bin/{ls,mkdir,mknod,mv,nice,pwd,readlink,rm,rmdir,sync} /bin
    87 mv /usr/bin/{stty,test,touch,true,uname} /bin
     85<screen os="s"><userinput>mv /usr/bin/{[,basename,cat,chgrp,chmod,chown,cp} /bin
     86mv /usr/bin/{date,dd,df,echo,false,hostname,ln} /bin
     87mv /usr/bin/{ls,mkdir,mknod,mv,nice,pwd,readlink,rm,rmdir,stty} /bin
     88mv /usr/bin/{sync,test,touch,true,uname} /bin
    8889mv /usr/bin/chroot /usr/sbin</userinput></screen>
    8990
Note: See TracChangeset for help on using the changeset viewer.