Changeset b230bd6 for CLFS3/clfs3.xsl


Ignore:
Timestamp:
02/26/2007 08:35:33 PM (17 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
79da297
Parents:
aec4483
Message:

CLFS3 don't have a stripping page.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CLFS3/clfs3.xsl

    raec4483 rb230bd6  
    6767            <!-- Creating dirs and files -->
    6868          <exsl:document href="{$dirname}/{$order}-{$filename}" method="text">
    69             <xsl:text>#!/bin/bash&#xA;set +h&#xA;</xsl:text>
    70             <xsl:if test="not(@id='ch-system-stripping')">
    71               <xsl:text>set -e&#xA;</xsl:text>
    72             </xsl:if>
    73             <xsl:text>&#xA;</xsl:text>
     69            <xsl:text>#!/bin/bash&#xA;set +h&#xA;set -e&#xA;&#xA;</xsl:text>
    7470            <!-- Set envars needed by uClibc -->
    7571            <xsl:if test="@id='ch-cross-tools-uclibc'">
Note: See TracChangeset for help on using the changeset viewer.