Author: pierre
Date: Sat Feb 10 13:46:46 2018
New Revision: 4046
Log:
Wrong variable name when naming info.log file if stats are requested
Modified:
jhalfs/trunk/BLFS/xsl/scripts.xsl
Modified: jhalfs/trunk/BLFS/xsl/scripts.xsl
==============================================================================
--- jhalfs/trunk/BLFS/xsl/scripts.xsl Fri Feb 9 01:24:55 2018 (r4045)
+++ jhalfs/trunk/BLFS/xsl/scripts.xsl Sat Feb 10 13:46:46 2018 (r4046)
@@ -106,8 +106,8 @@
<!-- If stats are requested, include some definitions and intitializations -->
<xsl:if test="contains($list-stat-norm,concat(' ',@id,' '))">
- <xsl:text>INFOLOG=$(pwd)/info-${PKG_DIR}
-TESTLOG=$(pwd)/test-${PKG_DIR}
+ <xsl:text>INFOLOG=$(pwd)/info-${JH_PKG_DIR}
+TESTLOG=$(pwd)/test-${JH_PKG_DIR}
unset MAKEFLAGS
#MAKEFLAGS=-j4
echo MAKEFLAGS: $MAKEFLAGS > $INFOLOG
--
http://lists.linuxfromscratch.org/listinfo/alfs-log
Unsubscribe: See the above information page