Changeset f729ad2
- Timestamp:
- Feb 21, 2006, 2:18:52 AM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 4b83680d
- Parents:
- 3c17f8e
- Location:
- BOOK
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/alpha/glibc-headers.xml
r3c17f8e rf729ad2 111 111 xpointer="xpointer(//*[@os='cl'])"/> 112 112 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> 114 114 115 115 </sect2> -
BOOK/cross-tools/common/binutils.xml
r3c17f8e rf729ad2 133 133 <filename class="directory">/tools/include</filename> directory:</para> 134 134 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> 136 136 137 137 </sect2> -
BOOK/cross-tools/x86/glibc-headers.xml
r3c17f8e rf729ad2 28 28 In the next glibc build, the gcc that's built right after this section will be used.</para> 29 29 30 <screen os="s2"><userinput>cp configure{,.orig}30 <screen os="s2"><userinput>cp -v configure{,.orig} 31 31 sed -e 's/3.4/3.[0-9]/g' configure.orig > configure</userinput></screen> 32 32 … … 138 138 class="directory">/tools/include</filename>:</para> 139 139 140 <screen os="cg"><userinput>install -d /tools/include/bits140 <screen os="cg"><userinput>install -dv /tools/include/bits 141 141 cp bits/stdio_lim.h /tools/include/bits</userinput></screen> 142 142 … … 147 147 <para os="cj">For NPTL use the following command:</para> 148 148 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> 150 150 151 151 <para os="cl">Now copy the architecture specific header over:</para> 152 152 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> 154 154 155 155 </sect2> -
BOOK/cross-tools/x86_64/glibc-headers.xml
r3c17f8e rf729ad2 111 111 xpointer="xpointer(//*[@os='cl'])"/> 112 112 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> 114 114 115 115 </sect2> -
BOOK/final-system/common/coreutils.xml
r3c17f8e rf729ad2 83 83 <para os="r">Move programs to the locations specified by the FHS:</para> 84 84 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 86 mv /usr/bin/{date,dd,df,echo,false,hostname,ln} /bin 87 mv /usr/bin/{ls,mkdir,mknod,mv,nice,pwd,readlink,rm,rmdir,stty} /bin 88 mv /usr/bin/{sync,test,touch,true,uname} /bin 88 89 mv /usr/bin/chroot /usr/sbin</userinput></screen> 89 90
Note:
See TracChangeset
for help on using the changeset viewer.