diff --git a/CLFS2/clfs2.xsl b/CLFS2/clfs2.xsl
index 44752ab..d858e8e 100644
--- a/CLFS2/clfs2.xsl
+++ b/CLFS2/clfs2.xsl
@@ -11,21 +11,11 @@
extension-element-prefixes="exsl"
version="1.0">
-
-
-
-
+
-
-
-
@@ -47,7 +37,6 @@
-
-
-
- #!/tools/bin/bash
set -e
-
-
- #!/bin/sh
-
-
- #!/bin/sh
set -e
-
-
+ #!/bin/sh
+
+ set -e
+
cd $PKGDIR
@@ -111,16 +93,7 @@
-
-
-
- make -k
-
- >> $TEST_LOG 2>&1 || true
-
-
+
@@ -131,13 +104,6 @@
-
-
-
- patch -Z
-
-
-
@@ -153,60 +119,10 @@
make mrproper
-
- cp -v ../bootkernel-config .config
-
-
- cp -v ../kernel-config .config
-
+ cp -v ../kernel-config .config
-
-
-
-
-
-
-
- >> $TEST_LOG 2>&1 || true
-
-
-
-
-
-
-
-
-
- make -k check >> $TEST_LOG 2>&1 || true
-
-
-
-
-
-
-
- >> $TEST_LOG 2>&1 || true
-
-
-
-
-
-
-
-
- >> $TEST_LOG
-
-
-
-
-
@@ -228,8 +144,7 @@
-
+
diff --git a/common/common-functions b/common/common-functions
index 95b0fe9..e6fc2e8 100644
--- a/common/common-functions
+++ b/common/common-functions
@@ -740,8 +740,6 @@ extract_commands() { #
echo -n " ${L_arrow}${BOLD}$ARCH${R_arrow} target architecture"
xsltproc --nonet \
--xinclude \
- --stringparam testsuite $TEST \
- --stringparam bomb-testsuite $BOMB_TEST \
--stringparam vim-lang $VIMLANG \
--stringparam timezone $TIMEZONE \
--stringparam page $PAGE \