Changeset bc2e3fa for BOOK/temp-system
- Timestamp:
- Dec 7, 2006, 11:23:24 PM (18 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 1e184e11
- Parents:
- 8473983
- Location:
- BOOK/temp-system
- Files:
-
- 27 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/common/bash.xml
r8473983 rbc2e3fa 75 75 xpointer="xpointer(//*[@os='m'])"/> 76 76 77 <screen os="n"><userinput>make DESTDIR=${CLFS}install</userinput></screen>77 <screen os="n"><userinput>make install</userinput></screen> 78 78 79 79 <para os="ae">Make a link for programs that use <command>sh</command> for 80 80 a shell:</para> 81 81 82 <screen os="af"><userinput>ln -sv bash ${CLFS}/tools/bin/sh</userinput></screen>82 <screen os="af"><userinput>ln -sv bash /tools/bin/sh</userinput></screen> 83 83 84 84 </sect2> -
BOOK/temp-system/common/binutils.xml
r8473983 rbc2e3fa 67 67 xpointer="xpointer(//*[@os='bh'])"/> 68 68 69 <screen os="bi"><userinput>make DESTDIR=${CLFS} install</userinput></screen> 69 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 70 href="../../cross-tools/common/binutils.xml" 71 xpointer="xpointer(//*[@os='bi'])"/> 70 72 71 73 </sect2> -
BOOK/temp-system/common/bzip2.xml
r8473983 rbc2e3fa 38 38 <para os="cd">Install the package:</para> 39 39 40 <screen os="ce"><userinput>make PREFIX= ${CLFS}/tools install</userinput></screen>40 <screen os="ce"><userinput>make PREFIX=/tools install</userinput></screen> 41 41 42 42 </sect2> -
BOOK/temp-system/common/choose.xml
r8473983 rbc2e3fa 28 28 commands to see if you can chroot:</para> 29 29 30 <screen><userinput>${CLFS}/tools/lib/&glibc-ld-name; ${CLFS}/tools/lib/libc.so.6 31 ${CLFS}/tools/lib/&glibc-ld-name; --library-path ${CLFS}/tools/lib \ 32 ${CLFS}/tools/bin/gcc -v</userinput></screen> 30 <screen ><userinput>/tools/lib/libc.so.6 31 /tools/bin/gcc -v</userinput></screen> 33 32 34 33 <para>If either of these commands fail, you will have to follow the boot -
BOOK/temp-system/common/coreutils.xml
r8473983 rbc2e3fa 45 45 <para os="bh">Install the package:</para> 46 46 47 <screen os="bi"><userinput>make DESTDIR=${CLFS}install</userinput></screen>47 <screen os="bi"><userinput>make install</userinput></screen> 48 48 49 49 </sect2> -
BOOK/temp-system/common/diffutils.xml
r8473983 rbc2e3fa 34 34 <para os="e">Install the package:</para> 35 35 36 <screen os="f"><userinput>make DESTDIR=${CLFS}install</userinput></screen>36 <screen os="f"><userinput>make install</userinput></screen> 37 37 38 38 </sect2> -
BOOK/temp-system/common/findutils.xml
r8473983 rbc2e3fa 48 48 xpointer="xpointer(//*[@os='g'])"/> 49 49 50 <screen os="h"><userinput>make DESTDIR=${CLFS} install</userinput></screen> 50 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 51 href="../../final-system/common/findutils.xml" 52 xpointer="xpointer(//*[@os='h'])"/> 51 53 52 54 </sect2> -
BOOK/temp-system/common/gawk.xml
r8473983 rbc2e3fa 34 34 <para os="e">Install the package:</para> 35 35 36 <screen os="f"><userinput>make DESTDIR=${CLFS}install</userinput></screen>36 <screen os="f"><userinput>make install</userinput></screen> 37 37 38 38 </sect2> -
BOOK/temp-system/common/grep.xml
r8473983 rbc2e3fa 58 58 xpointer="xpointer(//*[@os='f'])"/> 59 59 60 <screen os="g"><userinput>make DESTDIR=${CLFS} install</userinput></screen> 60 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 61 href="../../final-system/common/grep.xml" 62 xpointer="xpointer(//*[@os='g'])"/> 61 63 62 64 </sect2> -
BOOK/temp-system/common/gzip.xml
r8473983 rbc2e3fa 27 27 xpointer="xpointer(//*[@os='a'])"/> 28 28 29 <screen os=" ac"><userinput>./configure --prefix=/tools \29 <screen os="b"><userinput>./configure --prefix=/tools \ 30 30 --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen> 31 31 … … 42 42 xpointer="xpointer(//*[@os='f'])"/> 43 43 44 <screen os="g"><userinput>make DESTDIR=${CLFS} install</userinput></screen> 44 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 45 href="../../final-system/common/gzip.xml" 46 xpointer="xpointer(//*[@os='g'])"/> 45 47 46 48 </sect2> -
BOOK/temp-system/common/make.xml
r8473983 rbc2e3fa 42 42 xpointer="xpointer(//*[@os='f'])"/> 43 43 44 <screen os="g"><userinput>make DESTDIR=${CLFS} install</userinput></screen> 44 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 45 href="../../final-system/common/make.xml" 46 xpointer="xpointer(//*[@os='g'])"/> 45 47 46 48 </sect2> -
BOOK/temp-system/common/ncurses.xml
r8473983 rbc2e3fa 90 90 xpointer="xpointer(//*[@os='f'])"/> 91 91 92 <screen os="g"><userinput>make DESTDIR=${CLFS} install</userinput></screen> 92 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 93 href="../../final-system/common/ncurses.xml" 94 xpointer="xpointer(//*[@os='g'])"/> 93 95 94 96 </sect2> -
BOOK/temp-system/common/patch.xml
r8473983 rbc2e3fa 23 23 <title>Installation of Patch</title> 24 24 25 <para os="p1">This patch will add the ability to use DESTDIR:</para>26 27 <screen os="p2"><userinput>patch -Np1 -i ../&patch-destdir-patch;</userinput></screen>28 29 25 <para os="a">Prepare Patch for compilation:</para> 30 26 … … 38 34 <para os="e">Install the package:</para> 39 35 40 <screen os="f"><userinput>make DESTDIR=${CLFS}install</userinput></screen>36 <screen os="f"><userinput>make install</userinput></screen> 41 37 42 38 </sect2> -
BOOK/temp-system/common/sed.xml
r8473983 rbc2e3fa 34 34 <para os="e">Install the package:</para> 35 35 36 <screen os="f"><userinput>make DESTDIR=${CLFS}install</userinput></screen>36 <screen os="f"><userinput>make install</userinput></screen> 37 37 38 38 </sect2> -
BOOK/temp-system/common/tar.xml
r8473983 rbc2e3fa 42 42 xpointer="xpointer(//*[@os='f'])"/> 43 43 44 <screen os="g"><userinput>make DESTDIR=${CLFS} install</userinput></screen> 44 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 45 href="../../final-system/common/tar.xml" 46 xpointer="xpointer(//*[@os='g'])"/> 45 47 46 48 </sect2> -
BOOK/temp-system/common/texinfo.xml
r8473983 rbc2e3fa 42 42 xpointer="xpointer(//*[@os='f'])"/> 43 43 44 <screen os="g"><userinput>make DESTDIR=${CLFS} install</userinput></screen> 44 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 45 href="../../final-system/common/texinfo.xml" 46 xpointer="xpointer(//*[@os='g'])"/> 45 47 46 48 </sect2> -
BOOK/temp-system/common/zlib.xml
r8473983 rbc2e3fa 22 22 <sect2 role="installation"> 23 23 <title>Installation of Zlib</title> 24 25 <para os="p1">This patch will add the ability to use DESTDIR:</para>26 27 <screen os="p2"><userinput>patch -Np1 -i ../&zlib-destdir-patch;</userinput></screen>28 24 29 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/temp-system/mips64/choose.xml
r8473983 rbc2e3fa 23 23 xpointer="xpointer(//*[@os='c'])"/> 24 24 25 <screen><userinput>${CLFS}/tools/lib/&glibc-ld-name; ${CLFS}/tools/lib/libc.so.6 26 ${CLFS}/tools/lib32/&glibc-ld-name; ${CLFS}/tools/lib32/libc.so.6 27 ${CLFS}/tools/lib64/&glibc-ld-name; ${CLFS}/tools/lib64/libc.so.6 28 ${CLFS}/tools/lib64/&glibc-ld-name; --library-path ${CLFS}/tools/lib64 \ 29 ${CLFS}/tools/bin/gcc -v</userinput></screen> 25 <screen ><userinput>/tools/lib/libc.so.6 26 /tools/lib32/libc.so.6 27 /tools/lib64/libc.so.6 28 /tools/bin/gcc -v</userinput></screen> 30 29 31 30 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/temp-system/multilib/bash.xml
r8473983 rbc2e3fa 44 44 45 45 <screen os="h"><userinput>CC="${CC} ${BUILD64}" CXX="${CXX} ${BUILD64}" \ 46 ./configure --prefix=/tools --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 46 ./configure --prefix=/tools \ 47 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 47 48 --without-bash-malloc --cache-file=config.cache</userinput></screen> 48 49 -
BOOK/temp-system/multilib/choose.xml
r8473983 rbc2e3fa 23 23 xpointer="xpointer(//*[@os='c'])"/> 24 24 25 <screen><userinput>${CLFS}/tools/lib/&glibc-ld-name; ${CLFS}/tools/lib/libc.so.6 26 ${CLFS}/tools/lib64/&glibc-ld-name; ${CLFS}/tools/lib64/libc.so.6 27 ${CLFS}/tools/lib64/&glibc-ld-name; --library-path ${CLFS}/tools/lib64 \ 28 ${CLFS}/tools/bin/gcc -v</userinput></screen> 25 <screen ><userinput>/tools/lib/libc.so.6 26 /tools/lib64/libc.so.6 27 /tools/bin/gcc -v</userinput></screen> 29 28 30 29 <para os="d">If any of these commands fail, you will have to follow the boot 31 30 method.</para> 31 32 32 33 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/temp-system/multilib/gzip.xml
r8473983 rbc2e3fa 27 27 xpointer="xpointer(//*[@os='a'])"/> 28 28 29 <screen os=" ac"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \29 <screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \ 30 30 --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen> 31 31 -
BOOK/temp-system/multilib/make.xml
r8473983 rbc2e3fa 43 43 44 44 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 45 href="../ common/make.xml"45 href="../../final-system/common/make.xml" 46 46 xpointer="xpointer(//*[@os='g'])"/> 47 47 -
BOOK/temp-system/multilib/patch.xml
r8473983 rbc2e3fa 22 22 <sect2 role="installation"> 23 23 <title>Installation of Patch</title> 24 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"26 href="../common/patch.xml"27 xpointer="xpointer(//*[@os='p1'])"/>28 29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"30 href="../common/patch.xml"31 xpointer="xpointer(//*[@os='p2'])"/>32 24 33 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/temp-system/multilib/zlib.xml
r8473983 rbc2e3fa 22 22 <sect2 role="installation"> 23 23 <title>Installation of Zlib</title> 24 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"26 href="../common/zlib.xml"27 xpointer="xpointer(//*[@os='p1'])"/>28 29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"30 href="../common/zlib.xml"31 xpointer="xpointer(//*[@os='p2'])"/>32 24 33 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/temp-system/sparc-chapter.xml
r8473983 rbc2e3fa 31 31 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/tar.xml"/> 32 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/texinfo.xml"/> 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/zlib.xml"/>34 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/choose.xml"/> 35 34 -
BOOK/temp-system/x86/gcc.xml
r8473983 rbc2e3fa 66 66 67 67 <screen os="cg"><userinput>cp -v gcc/Makefile.in{,.orig} 68 sed -e "s@\(^NATIVE_SYSTEM_HEADER_DIR =\).*@\1 ${CLFS}/tools/include@g"\68 sed -e 's@\(^NATIVE_SYSTEM_HEADER_DIR =\).*@\1 /tools/include@g' \ 69 69 gcc/Makefile.in.orig > gcc/Makefile.in</userinput></screen> 70 70 … … 111 111 <para os="co">Install the package:</para> 112 112 113 <screen os="cp"><userinput>make DESTDIR=${CLFS}install</userinput></screen>113 <screen os="cp"><userinput>make install</userinput></screen> 114 114 115 115 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 117 117 xpointer="xpointer(//*[@os='w'])"/> 118 118 119 <screen os="cq"><userinput>ln -sv gcc ${CLFS}/tools/bin/cc</userinput></screen>119 <screen os="cq"><userinput>ln -sv gcc /tools/bin/cc</userinput></screen> 120 120 121 121 </sect2> -
BOOK/temp-system/x86_64/gcc.xml
r8473983 rbc2e3fa 76 76 77 77 <screen os="db"><userinput>cp -v gcc/Makefile.in{,.orig2} 78 sed -e "/MULTILIBS/s@\$(GCC_FOR_TARGET)@ ${CLFS}/cross-tools/bin/${CC}@g" \78 sed -e "/MULTILIBS/s@\$(GCC_FOR_TARGET)@/cross-tools/bin/${CC}@g" \ 79 79 gcc/Makefile.in.orig2 > gcc/Makefile.in</userinput></screen> 80 80
Note:
See TracChangeset
for help on using the changeset viewer.