Changeset 85077e7 for HLFS/hlfs.xsl


Ignore:
Timestamp:
12/08/2006 12:03:08 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
24f2c51
Parents:
ff43bb8
Message:

HLFS: There is no testing-gcc section.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • HLFS/hlfs.xsl

    rff43bb8 r85077e7  
    234234        </xsl:choose>
    235235      </xsl:when>
    236       <!-- Fixing butterfly toolchain test suites run -->
     236      <!-- Fixing butterfly toolchain and other packages test suites run -->
    237237      <xsl:when test="string() = 'make -k check'
    238238                      or string() = 'make check'
     
    268268      </xsl:when>
    269269      <!-- Don't stop on strip run -->
    270       <xsl:when test="contains(string(),'strip ') or
    271                 ancestor::sect2[@id='testing-gcc'] and
    272                 not(contains(string(),'EOF'))">
     270      <xsl:when test="contains(string(),'strip ')">
    273271        <xsl:apply-templates/>
    274272        <xsl:text> || true&#xA;</xsl:text>
Note: See TracChangeset for help on using the changeset viewer.