Changeset bc2e3fa for BOOK/temp-system/common
- 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/common
- Files:
-
- 17 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"
Note:
See TracChangeset
for help on using the changeset viewer.