Changeset 271d1f96
- Timestamp:
- Jun 4, 2011, 8:28:21 AM (13 years ago)
- Children:
- 193eb68
- Parents:
- 0230c0a (diff), 622df7bc (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - Files:
-
- 13 edited
Legend:
- Unmodified
- Added
- Removed
-
.gitignore
r0230c0a r271d1f96 1 1 /BOOK/render-output 2 2 /render/ 3 *~ -
BOOK/Makefile
r0230c0a r271d1f96 1 TOP := $( PWD)1 TOP := $(shell pwd) 2 2 RENDERDIR := $(TOP)/../render 3 3 … … 68 68 @echo "Rendering the top-level index..." 69 69 $(Q)xsltproc --nonet --output $(HTMLDIR)/index.html \ 70 $( PWD)/stylesheets/top-index.xsl \71 $( PWD)/index.xml70 $(TOP)/stylesheets/top-index.xsl \ 71 $(TOP)/index.xml 72 72 @$(MAKE) --no-print-directory tidy-f TIDY_FILE=$(HTMLDIR)/index.html 73 73 … … 81 81 --relaxng $(TOP)/schema/clfs/0.1/rng/clfs.rng \ 82 82 -o $(VALIDATEDIR)/$(arch)-full.xml \ 83 $( PWD)/$(arch)-index.xml \83 $(TOP)/$(arch)-index.xml \ 84 84 2>&1 | grep -v " validates$$"; \ 85 85 if test $${?} -ne 0; then true; else false; fi … … 96 96 --stringparam clfs.multilib "$($(arch)_ML)" \ 97 97 --output $(DBXMLDIR)/$(arch)-db.xml \ 98 $( PWD)/stylesheets/clfs-profile.xsl \98 $(TOP)/stylesheets/clfs-profile.xsl \ 99 99 $(VALIDATEDIR)/$(arch)-full.xml 100 100 … … 109 109 --stringparam profile.condition html \ 110 110 --output $(PROFILEDIR)/$(arch)-html.xml \ 111 $( PWD)/stylesheets/lfs-xsl/profile.xsl \111 $(TOP)/stylesheets/lfs-xsl/profile.xsl \ 112 112 $(DBXMLDIR)/$(arch)-db.xml 113 113 … … 136 136 -stringparam rootid "$(ROOT_ID)" \ 137 137 -stringparam base.dir $(HTMLDIR)/$(arch)/ \ 138 $( PWD)/stylesheets/clfs-chunked.xsl \138 $(TOP)/stylesheets/clfs-chunked.xsl \ 139 139 $(PROFILEDIR)/$(arch)-html.xml 140 140 141 141 @echo "Copying CSS code and images for $(arch)..." 142 142 $(Q)mkdir -p $(HTMLDIR)/$(arch)/stylesheets 143 $(Q)cp $( PWD)/stylesheets/lfs-xsl/*.css $(HTMLDIR)/$(arch)/stylesheets143 $(Q)cp $(TOP)/stylesheets/lfs-xsl/*.css $(HTMLDIR)/$(arch)/stylesheets 144 144 $(Q)sed -i -e "s@../stylesheets@stylesheets@g" $(HTMLDIR)/$(arch)/*.html 145 145 $(Q)mkdir -p $(HTMLDIR)/$(arch)/images 146 $(Q)cp $( PWD)/images/*.png $(HTMLDIR)/$(arch)/images146 $(Q)cp $(TOP)/images/*.png $(HTMLDIR)/$(arch)/images 147 147 $(Q)sed -i -e "s@../images@images@g" $(HTMLDIR)/$(arch)/*.html 148 148 … … 161 161 $(Q)xsltproc --nonet -stringparam rootid "$(ROOT_ID)" \ 162 162 --output $(NOCHUNKDIR)/CLFS-$(arch).html \ 163 $( PWD)/stylesheets/clfs-nochunks.xsl \163 $(TOP)/stylesheets/clfs-nochunks.xsl \ 164 164 $(PROFILEDIR)/$(arch)-html.xml 165 165 … … 178 178 $(Q)xsltproc --nonet -stringparam rootid "$(ROOT_ID)" \ 179 179 --output $(FODIR)/$(arch).fo \ 180 $( PWD)/stylesheets/clfs-pdf.xsl \180 $(TOP)/stylesheets/clfs-pdf.xsl \ 181 181 $(PROFILEDIR)/$(arch)-html.xml 182 182 $(Q)sed -i -e 's/span="inherit"/span="all"/' $(FODIR)/$(arch).fo … … 201 201 $(Q)xmllint --xinclude --noout --nonet \ 202 202 --relaxng $(TOP)/schema/clfs/0.1/rng/clfs.rng \ 203 $( PWD)/$(arch)-index.xml \203 $(TOP)/$(arch)-index.xml \ 204 204 2>&1 | grep -v " validates$$"; \ 205 205 if test $${?} -ne 0; then true; else false; fi … … 215 215 --relaxng $(TOP)/schema/clfs/0.1/rng/clfs.rng \ 216 216 -o $(TROUBLEDIR)/dump-$(arch) \ 217 $( PWD)/$(arch)-index.xml \217 $(TOP)/$(arch)-index.xml \ 218 218 2>&1 | grep -v " validates$$"; \ 219 219 if test $${?} -ne 0; then true; else false; fi … … 234 234 $(Q)xsltproc --xinclude --nonet \ 235 235 --output $(DUMPDIR)/$(arch)/ \ 236 $( PWD)/stylesheets/dump-commands.xsl \237 $( PWD)/$(arch)-index.xml236 $(TOP)/stylesheets/dump-commands.xsl \ 237 $(TOP)/$(arch)-index.xml 238 238 239 239 ARCHS_DLLIST := $(ARCHS:%=%-dllist) … … 246 246 $(Q)xsltproc --xinclude --nonet \ 247 247 --output $(DLLISTDIR)/$(arch).list \ 248 $( PWD)/stylesheets/wget.xsl \249 $( PWD)/$(arch)-index.xml248 $(TOP)/stylesheets/wget.xsl \ 249 $(TOP)/$(arch)-index.xml 250 250 251 251 FG_GREEN := $(shell echo -e '\e[0;32m') -
BOOK/boot/64/e2fsprogs.xml
r0230c0a r271d1f96 35 35 xpointer="xpointer(//*[@os='c'])"/> 36 36 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 \ 37 <screen os="aa"><userinput>CC="${CC} ${BUILD64}" PKG_CONFIG=true \ 38 ../configure --prefix=/tools --enable-elf-shlibs \ 40 39 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 41 40 --disable-libblkid --disable-libuuid --disable-fsck \ … … 78 77 xpointer="xpointer(//*[@os='ae'])"/> 79 78 79 80 80 </sect2> 81 81 -
BOOK/boot/64/util-linux.xml
r0230c0a r271d1f96 27 27 xpointer="xpointer(//*[@os='a'])"/> 28 28 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> 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> 32 33 33 34 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 47 48 xpointer="xpointer(//*[@os='h'])"/> 48 49 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 57 50 </sect2> 58 51 -
BOOK/boot/common/e2fsprogs.xml
r0230c0a r271d1f96 35 35 xpointer="xpointer(//*[@os='c'])"/> 36 36 37 <screen os="aa"><userinput> LDFLAGS="-Wl,-rpath-link,/tools/lib"\38 PKG_CONFIG=true../configure --prefix=/tools \37 <screen os="aa"><userinput>PKG_CONFIG=true \ 38 ../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 79 80 </sect2> 80 81 -
BOOK/boot/common/util-linux.xml
r0230c0a r271d1f96 27 27 xpointer="xpointer(//*[@os='a'])"/> 28 28 29 <screen os="b"><userinput>./configure --build=${CLFS_HOST} \ 30 --host=${CLFS_TARGET} --enable-login-utils \ 31 --disable-makeinstall-chown</userinput></screen> 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> 32 33 33 34 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 41 42 xpointer="xpointer(//*[@os='g'])"/> 42 43 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> 44 <screen os="h"><userinput>make install</userinput></screen> 55 45 56 46 </sect2> -
BOOK/boot/multilib/e2fsprogs.xml
r0230c0a r271d1f96 41 41 xpointer="xpointer(//*[@os='c'])"/> 42 42 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 \ 43 <screen os="aa"><userinput>CC="${CC} ${BUILD64}" PKG_CONFIG=true \ 44 ../configure --prefix=/tools --enable-elf-shlibs \ 46 45 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 47 46 --disable-libblkid --disable-libuuid --disable-fsck \ -
BOOK/boot/multilib/util-linux.xml
r0230c0a r271d1f96 27 27 xpointer="xpointer(//*[@os='a'])"/> 28 28 29 <screen os="be"><userinput>CC="${CC} ${BUILD64}" ./configure --build=${CLFS_HOST} \ 30 --host=${CLFS_TARGET} --libdir=/lib64 --enable-login-utils \ 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 \ 31 34 --disable-makeinstall-chown</userinput></screen> 32 35 … … 47 50 xpointer="xpointer(//*[@os='h'])"/> 48 51 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}.la54 cp -v ${CLFS}/usr/lib64/lib{blkid,uuid}* /tools/lib6455 cp -v ${CLFS}/lib64/lib{blkid,uuid}* /tools/lib6456 ln -sfv libblkid.so.&util-linux-blkid-id; /tools/lib64/libblkid.so57 ln -sfv libuuid.so.&util-linux-uuid-id; /tools/lib64/libuuid.so58 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 62 52 </sect2> 63 53 -
BOOK/boot/ppc64/e2fsprogs-libs.xml
r0230c0a r271d1f96 46 46 xpointer="xpointer(//*[@os='c'])"/> 47 47 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 \ 48 <screen os="aa"><userinput>CC="${CC} ${BUILD32}" PKG_CONFIG=true \ 49 ../configure --prefix=/tools --enable-elf-shlibs \ 51 50 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 52 51 --disable-libblkid --disable-libuuid --disable-fsck \ -
BOOK/boot/ppc64/e2fsprogs.xml
r0230c0a r271d1f96 54 54 xpointer="xpointer(//*[@os='c'])"/> 55 55 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 \ 56 <screen os="aa"><userinput>CC="${CC} ${BUILD64}" PKG_CONFIG=true \ 57 ../configure --prefix=/tools --enable-elf-shlibs \ 59 58 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 60 59 --disable-libblkid --disable-libuuid --disable-fsck \ -
BOOK/general.ent
r0230c0a r271d1f96 1 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 2 3 <!ENTITY month "0 5"> <!-- Use two digits -->4 <!ENTITY month_name " May">5 <!ENTITY day " 19"> <!-- Use two digits -->3 <!ENTITY month "06"> <!-- Use two digits --> 4 <!ENTITY month_name "June"> 5 <!ENTITY day "04"> <!-- Use two digits --> 6 6 <!ENTITY year "2011"> <!-- Use four digits --> 7 7 -
BOOK/introduction/common/changelog.xml
r0230c0a r271d1f96 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> 38 47 39 48 <listitem> -
BOOK/packages.ent
r0230c0a r271d1f96 268 268 <!ENTITY linux-dl-version "2.6"> 269 269 270 <!ENTITY linux-version "2.6.3 8.3">271 <!ENTITY linux-size "7 3,048KB">270 <!ENTITY linux-version "2.6.39"> 271 <!ENTITY linux-size "74,316 KB"> 272 272 <!ENTITY linux-url "&kernel;linux/kernel/v&linux-dl-version;/linux-&linux-version;.tar.bz2"> 273 <!ENTITY linux-md5 " d3071407a33a7bd2ffb47181f200f22c">273 <!ENTITY linux-md5 "1aab7a741abe08d42e8eccf20de61e05"> 274 274 <!ENTITY linux-home "http://www.kernel.org"> 275 275 … … 467 467 468 468 <!ENTITY zlib-version "1.2.5"> 469 <!ENTITY zlib-size " 532KB">470 <!ENTITY zlib-url " &sourceforge;libpng/zlib-&zlib-version;.tar.gz">471 <!ENTITY zlib-md5 " c735eab2d659a96e5a594c9e8541ad63">469 <!ENTITY zlib-size "476 KB"> 470 <!ENTITY zlib-url "http://zlib.net/zlib-&zlib-version;.tar.bz2"> 471 <!ENTITY zlib-md5 "be1e89810e66150f5b0327984d8625a0"> 472 472 <!ENTITY zlib-home "http://www.zlib.net">
Note:
See TracChangeset
for help on using the changeset viewer.