Changes in / [ec008670:cfb2026a]
- Files:
-
- 13 edited
Legend:
- Unmodified
- Added
- Removed
-
.gitignore
rec008670 rcfb2026a 1 1 /BOOK/render-output 2 2 /render/ 3 *~ -
BOOK/Makefile
rec008670 rcfb2026a 1 TOP := $( shell pwd)1 TOP := $(PWD) 2 2 RENDERDIR := $(TOP)/../render 3 3 … … 54 54 @echo "Rendering the top-level index..." 55 55 $(Q)xsltproc --nonet --output $(HTMLDIR)/index.html \ 56 $( TOP)/stylesheets/top-index.xsl \57 $( TOP)/index.xml56 $(PWD)/stylesheets/top-index.xsl \ 57 $(PWD)/index.xml 58 58 @$(MAKE) --no-print-directory tidy-f TIDY_FILE=$(HTMLDIR)/index.html 59 59 … … 67 67 --relaxng $(TOP)/schema/docbook/4.5/rng/docbook.rng \ 68 68 -o $(VALIDATEDIR)/$(arch)-full.xml \ 69 $( TOP)/$(arch)-index.xml69 $(PWD)/$(arch)-index.xml 70 70 71 71 ARCHS_P_XML := $(ARCHS:%=%-profiled-xml) … … 78 78 $(Q)xsltproc --nonet --stringparam profile.condition html \ 79 79 --output $(PROFILEDIR)/$(arch)-html.xml \ 80 $( TOP)/stylesheets/lfs-xsl/profile.xsl \80 $(PWD)/stylesheets/lfs-xsl/profile.xsl \ 81 81 $(VALIDATEDIR)/$(arch)-full.xml 82 82 … … 93 93 -stringparam rootid "$(ROOT_ID)" \ 94 94 -stringparam base.dir $(HTMLDIR)/$(arch)/ \ 95 $( TOP)/stylesheets/clfs-chunked.xsl \95 $(PWD)/stylesheets/clfs-chunked.xsl \ 96 96 $(PROFILEDIR)/$(arch)-html.xml 97 97 98 98 @echo "Copying CSS code and images for $(arch)..." 99 99 $(Q)mkdir -p $(HTMLDIR)/$(arch)/stylesheets 100 $(Q)cp $( TOP)/stylesheets/lfs-xsl/*.css $(HTMLDIR)/$(arch)/stylesheets100 $(Q)cp $(PWD)/stylesheets/lfs-xsl/*.css $(HTMLDIR)/$(arch)/stylesheets 101 101 $(Q)sed -i -e "s@../stylesheets@stylesheets@g" $(HTMLDIR)/$(arch)/*.html 102 102 $(Q)mkdir -p $(HTMLDIR)/$(arch)/images 103 $(Q)cp $( TOP)/images/*.png $(HTMLDIR)/$(arch)/images103 $(Q)cp $(PWD)/images/*.png $(HTMLDIR)/$(arch)/images 104 104 $(Q)sed -i -e "s@../images@images@g" $(HTMLDIR)/$(arch)/*.html 105 105 … … 117 117 $(Q)xsltproc --nonet -stringparam rootid "$(ROOT_ID)" \ 118 118 --output $(NOCHUNKDIR)/CLFS-$(arch).html \ 119 $( TOP)/stylesheets/clfs-nochunks.xsl \119 $(PWD)/stylesheets/clfs-nochunks.xsl \ 120 120 $(PROFILEDIR)/$(arch)-html.xml 121 121 … … 133 133 $(Q)xsltproc --nonet -stringparam rootid "$(ROOT_ID)" \ 134 134 --output $(FODIR)/$(arch).fo \ 135 $( TOP)/stylesheets/clfs-pdf.xsl \135 $(PWD)/stylesheets/clfs-pdf.xsl \ 136 136 $(PROFILEDIR)/$(arch)-html.xml 137 137 $(Q)sed -i -e 's/span="inherit"/span="all"/' $(FODIR)/$(arch).fo … … 156 156 $(Q)xmllint --xinclude --noout --nonet \ 157 157 --relaxng $(TOP)/schema/docbook/4.5/rng/docbook.rng \ 158 $( TOP)/$(arch)-index.xml158 $(PWD)/$(arch)-index.xml 159 159 160 160 ARCHS_TROUBLE := $(ARCHS:%=%-trouble) … … 168 168 --relaxng $(TOP)/schema/docbook/4.5/rng/docbook.rng \ 169 169 -o $(TROUBLEDIR)/dump-$(arch) \ 170 $( TOP)/$(arch)-index.xml170 $(PWD)/$(arch)-index.xml 171 171 $(Q)xmllint --xinclude --noout --nonet \ 172 172 --relaxng $(TOP)/schema/docbook/4.5/rng/docbook.rng \ … … 183 183 $(Q)xsltproc --xinclude --nonet \ 184 184 --output $(DUMPDIR)/$(arch)/ \ 185 $( TOP)/stylesheets/dump-commands.xsl \186 $( TOP)/$(arch)-index.xml185 $(PWD)/stylesheets/dump-commands.xsl \ 186 $(PWD)/$(arch)-index.xml 187 187 188 188 ARCHS_DLLIST := $(ARCHS:%=%-dllist) … … 195 195 $(Q)xsltproc --xinclude --nonet \ 196 196 --output $(DLLISTDIR)/$(arch).list \ 197 $( TOP)/stylesheets/wget.xsl \198 $( TOP)/$(arch)-index.xml197 $(PWD)/stylesheets/wget.xsl \ 198 $(PWD)/$(arch)-index.xml 199 199 200 200 FG_GREEN := $(shell echo -e '\e[0;32m') -
BOOK/boot/64/e2fsprogs.xml
rec008670 rcfb2026a 35 35 xpointer="xpointer(//*[@os='c'])"/> 36 36 37 <screen os="aa"><userinput>CC="${CC} ${BUILD64}" PKG_CONFIG=true \ 38 ../configure --prefix=/tools --enable-elf-shlibs \ 37 <screen os="aa"><userinput>LDFLAGS="-Wl,-rpath-link,/tools/lib" \ 38 CC="${CC} ${BUILD64}" PKG_CONFIG=true \ 39 ../configure --prefix=/tools --enable-elf-shlibs \ 39 40 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 40 41 --disable-libblkid --disable-libuuid --disable-fsck \ … … 77 78 xpointer="xpointer(//*[@os='ae'])"/> 78 79 79 80 80 </sect2> 81 81 -
BOOK/boot/64/util-linux.xml
rec008670 rcfb2026a 27 27 xpointer="xpointer(//*[@os='a'])"/> 28 28 29 <screen os="be"><userinput>CC="${CC} ${BUILD64}" PKG_CONFIG=true \ 30 ./configure --prefix=/tools --exec-prefix=/tools \ 31 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 32 --enable-login-utils --disable-makeinstall-chown</userinput></screen> 29 <screen os="be"><userinput>CC="${CC} ${BUILD64}" ./configure --build=${CLFS_HOST} \ 30 --host=${CLFS_TARGET} --enable-login-utils \ 31 --disable-makeinstall-chown</userinput></screen> 33 32 34 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 48 47 xpointer="xpointer(//*[@os='h'])"/> 49 48 49 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 50 href="../common/util-linux.xml" 51 xpointer="xpointer(//*[@os='i'])"/> 52 53 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 54 href="../common/util-linux.xml" 55 xpointer="xpointer(//*[@os='j'])"/> 56 50 57 </sect2> 51 58 -
BOOK/boot/common/e2fsprogs.xml
rec008670 rcfb2026a 35 35 xpointer="xpointer(//*[@os='c'])"/> 36 36 37 <screen os="aa"><userinput> PKG_CONFIG=true\38 ../configure --prefix=/tools \37 <screen os="aa"><userinput>LDFLAGS="-Wl,-rpath-link,/tools/lib" \ 38 PKG_CONFIG=true ../configure --prefix=/tools \ 39 39 --enable-elf-shlibs --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 40 40 --disable-libblkid --disable-libuuid --disable-fsck \ … … 77 77 <screen os="ae"><userinput>ln -sv /tools/sbin/{fsck.ext2,fsck.ext3,fsck.ext4,e2fsck} ${CLFS}/sbin</userinput></screen> 78 78 79 80 79 </sect2> 81 80 -
BOOK/boot/common/util-linux.xml
rec008670 rcfb2026a 27 27 xpointer="xpointer(//*[@os='a'])"/> 28 28 29 <screen os="b"><userinput>PKG_CONFIG=true \ 30 ./configure --prefix=/tools --exec-prefix=/tools \ 31 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 32 --enable-login-utils --disable-makeinstall-chown</userinput></screen> 29 <screen os="b"><userinput>./configure --build=${CLFS_HOST} \ 30 --host=${CLFS_TARGET} --enable-login-utils \ 31 --disable-makeinstall-chown</userinput></screen> 33 32 34 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 42 41 xpointer="xpointer(//*[@os='g'])"/> 43 42 44 <screen os="h"><userinput>make install</userinput></screen> 43 <screen os="h"><userinput>make DESTDIR=${CLFS} install</userinput></screen> 44 45 <para os="i">Copy Libraries and includes to /tools:</para> 46 47 <screen os="j"><userinput>rm -fv ${CLFS}/usr/lib/lib{blkid,uuid}.la 48 cp -v ${CLFS}/usr/lib/lib{blkid,uuid}* /tools/lib 49 cp -v ${CLFS}/lib/lib{blkid,uuid}* /tools/lib 50 ln -sfv libblkid.so.&util-linux-blkid-id; /tools/lib/libblkid.so 51 ln -sfv libuuid.so.&util-linux-uuid-id; /tools/lib/libuuid.so 52 install -dv /tools/include/{blkid,uuid} 53 cp -av ${CLFS}/usr/include/blkid/* /tools/include/blkid/ 54 cp -av ${CLFS}/usr/include/uuid/* /tools/include/uuid/</userinput></screen> 45 55 46 56 </sect2> -
BOOK/boot/multilib/e2fsprogs.xml
rec008670 rcfb2026a 41 41 xpointer="xpointer(//*[@os='c'])"/> 42 42 43 <screen os="aa"><userinput>CC="${CC} ${BUILD64}" PKG_CONFIG=true \ 44 ../configure --prefix=/tools --enable-elf-shlibs \ 43 <screen os="aa"><userinput>LDFLAGS="-Wl,-rpath-link,/tools/lib64" \ 44 CC="${CC} ${BUILD64}" PKG_CONFIG=true \ 45 ../configure --prefix=/tools --enable-elf-shlibs \ 45 46 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 46 47 --disable-libblkid --disable-libuuid --disable-fsck \ -
BOOK/boot/multilib/util-linux.xml
rec008670 rcfb2026a 27 27 xpointer="xpointer(//*[@os='a'])"/> 28 28 29 <screen os="be"><userinput>CC="${CC} ${BUILD64}" PKG_CONFIG=true \ 30 ./configure \ 31 --prefix=/tools --exec-prefix=/tools \ 32 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 33 --libdir=/tools/lib64 --enable-login-utils \ 29 <screen os="be"><userinput>CC="${CC} ${BUILD64}" ./configure --build=${CLFS_HOST} \ 30 --host=${CLFS_TARGET} --libdir=/lib64 --enable-login-utils \ 34 31 --disable-makeinstall-chown</userinput></screen> 35 32 … … 50 47 xpointer="xpointer(//*[@os='h'])"/> 51 48 49 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 50 href="../common/util-linux.xml" 51 xpointer="xpointer(//*[@os='i'])"/> 52 53 <screen os="j"><userinput>rm -fv ${CLFS}/usr/lib64/lib{blkid,uuid}.la 54 cp -v ${CLFS}/usr/lib64/lib{blkid,uuid}* /tools/lib64 55 cp -v ${CLFS}/lib64/lib{blkid,uuid}* /tools/lib64 56 ln -sfv libblkid.so.&util-linux-blkid-id; /tools/lib64/libblkid.so 57 ln -sfv libuuid.so.&util-linux-uuid-id; /tools/lib64/libuuid.so 58 install -dv /tools/include/{blkid,uuid} 59 cp -av ${CLFS}/usr/include/blkid/* /tools/include/blkid/ 60 cp -av ${CLFS}/usr/include/uuid/* /tools/include/uuid/</userinput></screen> 61 52 62 </sect2> 53 63 -
BOOK/boot/ppc64/e2fsprogs-libs.xml
rec008670 rcfb2026a 46 46 xpointer="xpointer(//*[@os='c'])"/> 47 47 48 <screen os="aa"><userinput>CC="${CC} ${BUILD32}" PKG_CONFIG=true \ 49 ../configure --prefix=/tools --enable-elf-shlibs \ 48 <screen os="aa"><userinput>LDFLAGS="-Wl,-rpath-link,/tools/lib" \ 49 CC="${CC} ${BUILD32}" PKG_CONFIG=true \ 50 ../configure --prefix=/tools --enable-elf-shlibs \ 50 51 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 51 52 --disable-libblkid --disable-libuuid --disable-fsck \ -
BOOK/boot/ppc64/e2fsprogs.xml
rec008670 rcfb2026a 54 54 xpointer="xpointer(//*[@os='c'])"/> 55 55 56 <screen os="aa"><userinput>CC="${CC} ${BUILD64}" PKG_CONFIG=true \ 57 ../configure --prefix=/tools --enable-elf-shlibs \ 56 <screen os="aa"><userinput>LDFLAGS="-Wl,-rpath-link,/tools/lib64" \ 57 CC="${CC} ${BUILD64}" PKG_CONFIG=true \ 58 ../configure --prefix=/tools --enable-elf-shlibs \ 58 59 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 59 60 --disable-libblkid --disable-libuuid --disable-fsck \ -
BOOK/general.ent
rec008670 rcfb2026a 1 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 2 3 <!ENTITY month "0 6"> <!-- Use two digits -->4 <!ENTITY month_name " June">5 <!ENTITY day " 04"> <!-- Use two digits -->3 <!ENTITY month "05"> <!-- Use two digits --> 4 <!ENTITY month_name "May"> 5 <!ENTITY day "19"> <!-- Use two digits --> 6 6 <!ENTITY year "2011"> <!-- Use four digits --> 7 7 -
BOOK/introduction/common/changelog.xml
rec008670 rcfb2026a 36 36 </listitem> 37 37 --> 38 39 <listitem>40 <para>May 30, 2011</para>41 <itemizedlist>42 <listitem>43 <para>[jciccone] - Updated the Kernel to 2.6.39.</para>44 </listitem>45 </itemizedlist>46 </listitem>47 38 48 39 <listitem> -
BOOK/packages.ent
rec008670 rcfb2026a 293 293 <!ENTITY linux-dl-version "2.6"> 294 294 295 <!ENTITY linux-version "2.6.3 9">296 <!ENTITY linux-size "7 4,316KB">295 <!ENTITY linux-version "2.6.38.3"> 296 <!ENTITY linux-size "73,048 KB"> 297 297 <!ENTITY linux-url "&kernel;linux/kernel/v&linux-dl-version;/linux-&linux-version;.tar.bz2"> 298 <!ENTITY linux-md5 " 1aab7a741abe08d42e8eccf20de61e05">298 <!ENTITY linux-md5 "d3071407a33a7bd2ffb47181f200f22c"> 299 299 <!ENTITY linux-home "http://www.kernel.org"> 300 300 … … 498 498 499 499 <!ENTITY zlib-version "1.2.5"> 500 <!ENTITY zlib-size " 476KB">501 <!ENTITY zlib-url " http://zlib.net/zlib-&zlib-version;.tar.bz2">502 <!ENTITY zlib-md5 " be1e89810e66150f5b0327984d8625a0">500 <!ENTITY zlib-size "532 KB"> 501 <!ENTITY zlib-url "&sourceforge;libpng/zlib-&zlib-version;.tar.gz"> 502 <!ENTITY zlib-md5 "c735eab2d659a96e5a594c9e8541ad63"> 503 503 <!ENTITY zlib-home "http://www.zlib.net">
Note:
See TracChangeset
for help on using the changeset viewer.