Changeset 5c5a010 for HLFS/hlfs.xsl


Ignore:
Timestamp:
03/18/2006 12:40:33 PM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
582feec
Parents:
389fe2a
Message:

Fixed the cd to Gettext sources in uClibc build.
Fixed the chapter5_Makefiles code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • HLFS/hlfs.xsl

    r389fe2a r5c5a010  
    194194                contains(string(),'distclean') or
    195195                contains(string(),'dummy'))"/>
     196      <!-- For uClibc we need to cd to the Gettext package -->
     197      <xsl:when test="contains(string(),'cd gettext-runtime/')">
     198        <xsl:text>cd ../gettext-*/gettext-runtime</xsl:text>
     199        <xsl:value-of select="substring-after(string(),'gettext-runtime')"/>
     200        <xsl:text>&#xA;</xsl:text>
     201      </xsl:when>
    196202      <!-- Fixing toolchain test suites run -->
    197203      <xsl:when test="string() = 'make check' or
Note: See TracChangeset for help on using the changeset viewer.