On Fri, 2012-01-27 at 22:39 +0100, Pierre Labastie wrote: > Here is a patch: > -------------------------------------- > --- LFS/lfs.xsl (revision 3) > +++ LFS/lfs.xsl (working copy) > @@ -306,8 +306,12 @@ > <xsl:when test="contains(string(), 'glibc-check-log')"> > <xsl:value-of > select="substring-before(string(),'2>&1')"/> > - <xsl:text>>> $TEST_LOG 2>&1 
</xsl:text> > + <xsl:text>>> $TEST_LOG 2>&1 || true
</xsl:text> > </xsl:when> > + <xsl:when test="contains(string(), 'make -k')"> > + <xsl:apply-templates/> > + <xsl:text> >> $TEST_LOG 2>&1 || true
</xsl:text> > + </xsl:when> > <xsl:otherwise> > <xsl:apply-templates/> > <xsl:if test="not(contains(string(), '>>'))">
Thanks for the quick fix, that's done the trick! -- http://linuxfromscratch.org/mailman/listinfo/alfs-discuss FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page