- Timestamp:
- Dec 2, 2006, 6:11:04 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:
- 979e051
- Parents:
- 034d620
- Location:
- BOOK
- Files:
-
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/common/module-init-tools.xml
r034d620 r986e525d 42 42 xpointer="xpointer(//*[@os='j'])"/> 43 43 44 <screen os="k"><userinput>make DESTDIR= "${CLFS}"install</userinput></screen>44 <screen os="k"><userinput>make DESTDIR=${CLFS} install</userinput></screen> 45 45 46 46 </sect2> -
BOOK/boot/common/sysvinit.xml
r034d620 r986e525d 44 44 xpointer="xpointer(//*[@os='e'])"/> 45 45 46 <screen os="ad"><userinput>make -C src install INSTALL= "install" ROOT="${CLFS}"</userinput></screen>46 <screen os="ad"><userinput>make -C src install INSTALL=install ROOT=${CLFS}</userinput></screen> 47 47 48 48 </sect2> -
BOOK/boot/common/zlib.xml
r034d620 r986e525d 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> 24 28 25 29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/boot/multilib/zlib.xml
r034d620 r986e525d 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'])"/> 24 32 25 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/boot/ppc/yaboot-build.xml
r034d620 r986e525d 67 67 xpointer="xpointer(//*[@os='i'])"/> 68 68 69 <screen><userinput>make CROSS=${CLFS_TARGET}- ROOT= /tools PREFIX=""install</userinput></screen>69 <screen><userinput>make CROSS=${CLFS_TARGET}- ROOT=${CLFS} PREFIX=/tools install</userinput></screen> 70 70 71 71 </sect2> -
BOOK/boot/ppc64/yaboot-build.xml
r034d620 r986e525d 75 75 xpointer="xpointer(//*[@os='j0'])"/> 76 76 77 <screen><userinput>make CROSS=${CLFS_TARGET}- ROOT= /tools PREFIX=install 2>&1 | tee instlog</userinput></screen>77 <screen><userinput>make CROSS=${CLFS_TARGET}- ROOT=${CLFS} PREFIX=/tools install 2>&1 | tee instlog</userinput></screen> 78 78 79 79 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/boot/sparc/elftoaout.xml
r034d620 r986e525d 37 37 <para>Install the package:</para> 38 38 39 <screen><userinput>install -v -m 0755 -s elftoaout /cross-tools/bin</userinput></screen>39 <screen><userinput>install -v -m 0755 -s elftoaout ${CLFS}/cross-tools/bin</userinput></screen> 40 40 41 41 </sect2> -
BOOK/boot/x86/grub.xml
r034d620 r986e525d 35 35 xpointer="xpointer(//*[@os='f'])"/> 36 36 37 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 38 href="../../bootable/x86/grub.xml" 39 xpointer="xpointer(//*[@os='g'])"/>37 <screen os="g"><userinput>make DESTDIR=${CLFS} install 38 mkdir -pv ${CLFS} /boot/grub 39 cp -v ${CLFS}/usr/lib/grub/*/stage{1,2} ${CLFS}/boot/grub</userinput></screen> 40 40 41 41 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/boot/x86_64-64/bin86.xml
r034d620 r986e525d 48 48 output is not for a native system.</para> 49 49 50 <screen os="f"><userinput>install -v -m 755 -s as/as86 /cross-tools/bin/${CLFS_TARGET}-as8651 install -v -m 755 -s ld/ld86 /cross-tools/bin/${CLFS_TARGET}-ld86</userinput></screen>50 <screen os="f"><userinput>install -v -m 755 -s as/as86 ${CLFS}/cross-tools/bin/${CLFS_TARGET}-as86 51 install -v -m 755 -s ld/ld86 ${CLFS}/cross-tools/bin/${CLFS_TARGET}-ld86</userinput></screen> 52 52 53 53 </sect2> -
BOOK/boot/x86_64-64/lilo-build.xml
r034d620 r986e525d 38 38 <para os="e">Install only the parts we need:</para> 39 39 40 <screen os="f"><userinput>install -v -m755 lilo-static /tools/bin41 install -v -m755 keytab-lilo.pl /tools/bin</userinput></screen>40 <screen os="f"><userinput>install -v -m755 lilo-static ${CLFS}/tools/bin 41 install -v -m755 keytab-lilo.pl ${CLFS}/tools/bin</userinput></screen> 42 42 43 43 </sect2> -
BOOK/materials/common/patches.xml
r034d620 r986e525d 278 278 279 279 <varlistentry> 280 <term>Zlib DESTDIR Patch - <token>&zlib-destdir-patch-size;</token>:</term> 281 <listitem> 282 <para>Download: <ulink 283 url="&patches-root;&zlib-destdir-patch;"/></para> 284 <para>MD5 sum: <literal>&zlib-destdir-patch-md5;</literal></para> 285 </listitem> 286 </varlistentry> 287 288 <varlistentry> 280 289 <term>Zlib fPIC Patch - <token>&zlib-fpic-patch-size;</token>:</term> <listitem> 281 290 <para>Download: <ulink -
BOOK/patches.ent
r034d620 r986e525d 125 125 <!ENTITY vim-fixes-patch-size "316 KB"> 126 126 127 <!ENTITY zlib-destdir-patch "zlib-&zlib-version;-DESTDIR-1.patch"> 128 <!ENTITY zlib-destdir-patch-md5 "280b7b8d9a3458070530de00c273944d"> 129 <!ENTITY zlib-destdir-patch-size "4 KB"> 130 127 131 <!ENTITY zlib-fpic-patch "zlib-&zlib-version;-fPIC-1.patch"> 128 132 <!ENTITY zlib-fpic-patch-md5 "545d60b20bfde6f53023de44438cef59">
Note:
See TracChangeset
for help on using the changeset viewer.