Changeset 68713c9 for CLFS


Ignore:
Timestamp:
08/17/2007 04:24:47 PM (17 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
2.3, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
e5842d6
Parents:
3abe9d7
Message:

Dump build time using Bash $SECONDS internal variable instead of using date calls + Perl-based calculations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CLFS/clfs.xsl

    r3abe9d7 r68713c9  
    113113            </xsl:if>
    114114            <xsl:apply-templates select=".//para/userinput | .//screen"/>
     115            <xsl:if test="not(@id='ch-chroot-chroot')">
     116              <xsl:text>echo -e "\n\nTotalseconds: $SECONDS\n"&#xA;</xsl:text>
     117            </xsl:if>
    115118            <xsl:text>exit</xsl:text>
    116119          </exsl:document>
Note: See TracChangeset for help on using the changeset viewer.