Author: jhuntwork
Date: 2005-05-08 15:02:42 -0600 (Sun, 08 May 2005)
New Revision: 5252

Modified:
   branches/cross-lfs/BOOK/Makefile
   branches/cross-lfs/BOOK/general.ent
   branches/cross-lfs/BOOK/introduction/changelog.xml
   branches/cross-lfs/BOOK/stylesheets/top-index.xsl
Log:
Initial addition of Sparc64 arch

Modified: branches/cross-lfs/BOOK/Makefile
===================================================================
--- branches/cross-lfs/BOOK/Makefile    2005-05-08 20:51:02 UTC (rev 5251)
+++ branches/cross-lfs/BOOK/Makefile    2005-05-08 21:02:42 UTC (rev 5252)
@@ -5,7 +5,7 @@
 XSLROOTDIR=/usr/share/xml/docbook/xsl-stylesheets-current
 ARCH=x86
 
-lfs: toplevel x86 sparc ppc common
+lfs: toplevel x86 sparc sparc64 ppc common
 
 toplevel:
        xsltproc --nonet --output $(BASEDIR)/index.html 
stylesheets/top-index.xsl prologue/bookinfo.xml
@@ -50,6 +50,26 @@
        cd $(BASEDIR)/sparc/; sed -i -e "[EMAIL PROTECTED]/[EMAIL PROTECTED]@g" 
\
          *.html
 
+sparci64:
+       xsltproc --xinclude --nonet -stringparam profile.condition html 
-stringparam profile.arch sparc64 \
+          -stringparam chunk.quietly $(CHUNK_QUIET)  -stringparam base.dir 
$(BASEDIR)/sparc64/ \
+                stylesheets/lfs-chunked.xsl index.xml
+
+       if [ ! -e $(BASEDIR)/sparc64/stylesheets ]; then \
+          mkdir -p $(BASEDIR)/sparc64/stylesheets; \
+        fi;
+       cp stylesheets/*.css $(BASEDIR)/sparc64/stylesheets
+
+       if [ ! -e $(BASEDIR)/sparc64/images ]; then \
+          mkdir -p $(BASEDIR)/sparc64/images; \
+        fi;
+       cp $(XSLROOTDIR)/images/*.png \
+          $(BASEDIR)/sparc64/images
+       cd $(BASEDIR)/sparc64/; sed -i -e "[EMAIL PROTECTED]/[EMAIL 
PROTECTED]@g" \
+          *.html
+       cd $(BASEDIR)/sparc64/; sed -i -e "[EMAIL PROTECTED]/[EMAIL 
PROTECTED]@g" \
+          *.html
+
 ppc:
        xsltproc --xinclude --nonet -stringparam profile.condition html 
-stringparam profile.arch ppc \
          -stringparam chunk.quietly $(CHUNK_QUIET)  -stringparam base.dir 
$(BASEDIR)/ppc/ \

Modified: branches/cross-lfs/BOOK/general.ent
===================================================================
--- branches/cross-lfs/BOOK/general.ent 2005-05-08 20:51:02 UTC (rev 5251)
+++ branches/cross-lfs/BOOK/general.ent 2005-05-08 21:02:42 UTC (rev 5252)
@@ -3,6 +3,7 @@
 <!ENTITY version-x86 "&version;-x86">
 <!ENTITY version-ppc "&version;-PowerPC">
 <!ENTITY version-sparc "&version;-Sparc">
+<!ENTITY version-sparc "&version;-Sparc64">
 <!ENTITY version-alpha "&version;-alpha">
 <!ENTITY version-raq2 "&version;-RaQ2">
 

Modified: branches/cross-lfs/BOOK/introduction/changelog.xml
===================================================================
--- branches/cross-lfs/BOOK/introduction/changelog.xml  2005-05-08 20:51:02 UTC 
(rev 5251)
+++ branches/cross-lfs/BOOK/introduction/changelog.xml  2005-05-08 21:02:42 UTC 
(rev 5252)
@@ -106,6 +106,7 @@
 <listitem><para>Fixed patch configure instructions in final-system to include 
sparc arch.</para></listitem>
 <listitem><para>Fixed sysvinit instructions in final-system to include sparc 
and ppc archs.</para></listitem>
 <listitem><para>Added Silo bootloader for Sparc (Still missing some 
instructions)</para></listitem>
+<listitem><para>Initial addition of Sparc64 arch</para></listitem>
 </itemizedlist>
 </listitem>
 </itemizedlist>

Modified: branches/cross-lfs/BOOK/stylesheets/top-index.xsl
===================================================================
--- branches/cross-lfs/BOOK/stylesheets/top-index.xsl   2005-05-08 20:51:02 UTC 
(rev 5251)
+++ branches/cross-lfs/BOOK/stylesheets/top-index.xsl   2005-05-08 21:02:42 UTC 
(rev 5252)
@@ -126,6 +126,13 @@
             </a>
            </h4>
          </li>
+          <li>
+            <h4>
+             <a href="sparc64">
+                <xsl:text>Sparc64/UltraSPARC [This book is currently 
broken]</xsl:text>
+             </a>
+            </h4>
+          </li>
         </ul>
       </div>
     </div>

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to