From 1f89002db2410695bb95de7138d94015db34ab60 Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Fri, 17 Mar 2006 20:53:55 +0000 Subject: [PATCH] Fixed Binutils and GCC chapter06 testsuites. --- HLFS/hlfs.xsl | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/HLFS/hlfs.xsl b/HLFS/hlfs.xsl index 18d37f4..f074037 100644 --- a/HLFS/hlfs.xsl +++ b/HLFS/hlfs.xsl @@ -122,10 +122,17 @@ ($testsuite = '2' and ancestor::chapter[@id='chapter-building-system']) or $testsuite = '3')"> - - make -k - - || true + + + make -k check || true + + + + make -k + + || true + + @@ -187,6 +194,9 @@ +