Changeset 0c7419e8
- Timestamp:
- Jan 9, 2011, 6:14:21 PM (14 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 27bebd15
- Parents:
- bc73447
- git-author:
- Joe Ciccone <jciccone@…> (01/09/11 18:13:23)
- git-committer:
- Joe Ciccone <jciccone@…> (01/09/11 18:14:21)
- Location:
- BOOK
- Files:
-
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/ppc/yaboot-build.xml
rbc73447 r0c7419e8 36 36 command fixes both issues:</para> 37 37 38 <screen><userinput>cp Makefile{,.orig}38 <screen><userinput>cp -v Makefile{,.orig} 39 39 sed -e "s/\(strip \)/${CLFS_TARGET}-\1/" \ 40 40 -e 's/-o root -g root//' \ -
BOOK/boot/ppc64/yaboot-build.xml
rbc73447 r0c7419e8 38 38 emulation. The following commands will fix and achieve this:</para> 39 39 40 <screen><userinput>cp Makefile{,.orig}40 <screen><userinput>cp -v Makefile{,.orig} 41 41 sed -e "s/\(-print-libgcc-file-name\)/${BUILD32} \1/" \ 42 42 -e "s/\(-Bstatic\)/-melf32ppclinux \1/" \ -
BOOK/bootable/alpha/kernel.xml
rbc73447 r0c7419e8 99 99 xpointer="xpointer(//*[@os='v'])"/> 100 100 101 <screen><userinput>cp vmlinux /boot/clfskernel-&linux-version;</userinput></screen>101 <screen><userinput>cp -v vmlinux /boot/clfskernel-&linux-version;</userinput></screen> 102 102 103 103 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/bootable/mips/kernel.xml
rbc73447 r0c7419e8 90 90 xpointer="xpointer(//*[@os='v'])"/> 91 91 92 <screen><userinput>cp vmlinux /boot/vmlinux-&linux-version;92 <screen><userinput>cp -v vmlinux /boot/vmlinux-&linux-version; 93 93 gzip -9 /boot/vmlinux-&linux-version;</userinput></screen> 94 94 -
BOOK/bootable/ppc/kernel.xml
rbc73447 r0c7419e8 102 102 xpointer="xpointer(//*[@os='v'])"/> 103 103 104 <screen><userinput>cp vmlinux /boot/clfskernel-&linux-version;</userinput></screen>104 <screen><userinput>cp -v vmlinux /boot/clfskernel-&linux-version;</userinput></screen> 105 105 106 106 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/bootable/ppc64/kernel.xml
rbc73447 r0c7419e8 94 94 xpointer="xpointer(//*[@os='v'])"/> 95 95 96 <screen><userinput>cp vmlinux /boot/clfskernel-&linux-version;</userinput></screen>96 <screen><userinput>cp -v vmlinux /boot/clfskernel-&linux-version;</userinput></screen> 97 97 98 98 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/bootable/sparc/kernel.xml
rbc73447 r0c7419e8 94 94 xpointer="xpointer(//*[@os='v'])"/> 95 95 96 <screen><userinput>cp vmlinux /boot/clfskernel-&linux-version;</userinput></screen>96 <screen><userinput>cp -v vmlinux /boot/clfskernel-&linux-version;</userinput></screen> 97 97 98 98 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/bootable/x86_64/kernel.xml
rbc73447 r0c7419e8 94 94 xpointer="xpointer(//*[@os='v'])"/> 95 95 96 <screen><userinput>cp arch/x86_64/boot/bzImage /boot/vmlinuz-clfs-&linux-version;</userinput></screen>96 <screen><userinput>cp -v arch/x86_64/boot/bzImage /boot/vmlinuz-clfs-&linux-version;</userinput></screen> 97 97 98 98 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/cross-tools/common/ppl.xml
rbc73447 r0c7419e8 27 27 xpointer="xpointer(//*[@os='s1'])"/> 28 28 29 <screen os="s2"><userinput>cp configure{,.orig}29 <screen os="s2"><userinput>cp -v configure{,.orig} 30 30 sed -e "s/__GMP_BITS_PER_MP_LIMB/GMP_LIMB_BITS/g" \ 31 31 configure.orig > configure</userinput></screen> -
BOOK/final-system/common/gmp.xml
rbc73447 r0c7419e8 41 41 the following command:</para> 42 42 43 <screen><userinput>mv config{fsf,}.guess44 mv config{fsf,}.sub</userinput></screen>43 <screen><userinput>mv -v config{fsf,}.guess 44 mv -v config{fsf,}.sub</userinput></screen> 45 45 46 46 </note> -
BOOK/final-system/mips64/eglibc-64bit.xml
rbc73447 r0c7419e8 45 45 ldd-rewrite-script instead of a relative path:</para> 46 46 47 <screen os="m4"><userinput>cp config.make.in{,.orig}47 <screen os="m4"><userinput>cp -v config.make.in{,.orig} 48 48 sed '/ldd-rewrite-script/s:@:${objdir}/&:' config.make.in.orig > config.make.in</userinput></screen> 49 49 -
BOOK/temp-system/common/gcc.xml
rbc73447 r0c7419e8 85 85 directories for headers and libraries:</para> 86 86 87 <screen os="ts2"><userinput>cp Makefile{,.orig}87 <screen os="ts2"><userinput>cp -v Makefile{,.orig} 88 88 sed "/^HOST_\(GMP\|PPL\|CLOOG\)\(LIBS\|INC\)/s:-[IL]/\(lib\|include\)::" \ 89 89 Makefile.orig > Makefile</userinput></screen>
Note:
See TracChangeset
for help on using the changeset viewer.