Changeset f7d1386 for LFS


Ignore:
Timestamp:
07/04/2017 01:01:13 PM (7 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
2.4
Children:
3917eca
Parents:
6a7c218
Message:

Package management: compute times and sizes without packing times and sizes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LFS/lfs.xsl

    r6a7c218 rf7d1386  
    237237  [[ -z $(ls $dir) ]] &amp;&amp; rmdir -v $dir
    238238done
     239PREV_SEC=${SECONDS}
    239240packInstall
     241SECONDS=${PREV_SEC}
    240242rm -rf $PKG_DEST
    241243</xsl:text>
     
    309311           mode="pkgmngt"/>
    310312        <xsl:if test="$dirname = 'chapter06'">
    311           <xsl:text>packInstall
     313          <xsl:text>PREV_SEC=${SECONDS}
     314packInstall
     315SECONDS=${PREV_SEC}
    312316rm -rf $PKG_DEST
    313317</xsl:text>
     
    490494        <xsl:copy-of select="substring-after(string(),'ZONEINFO=')"/>
    491495        <xsl:text>
     496PREV_SEC=${SECONDS}
    492497packInstall
     498SECONDS=${PREV_SEC}
    493499rm -rf $PKG_DEST
    494500PKG_DEST=$OLD_PKG_DEST
Note: See TracChangeset for help on using the changeset viewer.