Changeset ee89023 for LFS/lfs.xsl


Ignore:
Timestamp:
11/27/2006 09:53:19 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:
a99baaf
Parents:
e6b660f
Message:

Setting +h in the build scripts to be sure that hashing is actually dissabled.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LFS/lfs.xsl

    re6b660f ree89023  
    7979                    @id='ch-system-creatingdirs' or
    8080                    @id='ch-system-createfiles'">
    81             <xsl:text>#!/tools/bin/bash&#xA;set -e&#xA;&#xA;</xsl:text>
     81            <xsl:text>#!/tools/bin/bash&#xA;set +h&#xA;set -e&#xA;&#xA;</xsl:text>
    8282          </xsl:when>
    8383          <xsl:when test="@id='ch-tools-stripping' or
    8484                    @id='ch-system-strippingagain'">
    85             <xsl:text>#!/bin/bash&#xA;</xsl:text>
     85            <xsl:text>#!/bin/bash&#xA;set +h&#xA;</xsl:text>
    8686          </xsl:when>
    8787          <xsl:otherwise>
    88             <xsl:text>#!/bin/bash&#xA;set -e&#xA;&#xA;</xsl:text>
     88            <xsl:text>#!/bin/bash&#xA;set +h&#xA;set -e&#xA;&#xA;</xsl:text>
    8989          </xsl:otherwise>
    9090        </xsl:choose>
Note: See TracChangeset for help on using the changeset viewer.