Changeset 6216d18c for CLFS


Ignore:
Timestamp:
10/06/2013 09:01:50 AM (11 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs
Children:
04ba336
Parents:
f33756b
Message:

Merge trunk r3734

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CLFS/clfs.xsl

    rf33756b r6216d18c  
    271271        <xsl:text> || true&#xA;</xsl:text>
    272272      </xsl:when>
     273      <!-- Add -j1 to make install commands -->
     274      <xsl:when test="contains(string(),'make ') and
     275                      contains(string(),'install')">
     276        <xsl:value-of select="substring-before(string(),'make ')"/>
     277        <xsl:text>make -j1 </xsl:text>
     278        <xsl:value-of select="substring-after(string(),'make ')"/>
     279        <xsl:text>&#xA;</xsl:text>
     280      </xsl:when>
    273281      <!-- The rest of commands -->
    274282      <xsl:otherwise>
Note: See TracChangeset for help on using the changeset viewer.