Changeset 608fbe1 for CLFS2


Ignore:
Timestamp:
02/09/2012 10:58:45 PM (12 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
d7390a5
Parents:
5267879
Message:

Fix various issues when building CLFS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CLFS2/clfs2.xsl

    r5267879 r608fbe1  
    7272            </xsl:if>
    7373            <xsl:text>&#xA;</xsl:text>
    74             <xsl:if test="sect2[@role='installation']">
     74            <xsl:if test="sect2[@role='installation'] and
     75                          not(@id='ch-cross-tools-sysroot-wrapper')">
    7576              <xsl:text>cd $PKGDIR&#xA;</xsl:text>
    7677              <xsl:if test="@id='ch-system-vim' and $vim-lang = 'y'">
     
    139140        <xsl:value-of select="$timezone"/>
    140141      </xsl:when>
     142      <xsl:when test="ancestor::sect1[@id='ch-cross-tools-eglibc']">
     143        <xsl:value-of select="$timezone"/>
     144      </xsl:when>
    141145      <xsl:when test="ancestor::sect1[@id='ch-cross-tools-groff'] or
    142146                      ancestor::sect1[@id='ch-system-groff']">
Note: See TracChangeset for help on using the changeset viewer.