From c0f82564804550ad6e3bd4d980ebd440bbf1eb87 Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Sat, 22 Sep 2007 15:23:18 +0000 Subject: [PATCH] Added hocks for custom-tools and blfs-tool scripts generation support. --- LFS/lfs.xsl | 78 ++++++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 72 insertions(+), 6 deletions(-) diff --git a/LFS/lfs.xsl b/LFS/lfs.xsl index b2973e2..7bae81b 100644 --- a/LFS/lfs.xsl +++ b/LFS/lfs.xsl @@ -17,25 +17,31 @@ 2 = all chapter06 testsuites 3 = all chapter05 and chapter06 testsuites --> - + 1 - + n - + y - + GMT - + letter - + C + + + n + + + n @@ -60,6 +66,33 @@ + + + + custom-tools/20_ + + + + +PKG_PHASE=dummy +PACKAGE=dummy +VERSION=0.0.0 +TARBALL=dummy-0.0.0.tar.bz2 + +cd $PKGDIR +./configure --prefix=/usr +make +make check +make install + + + + + + @@ -184,6 +217,31 @@ + + + + blfs-tool-deps/30_ + + + + +PKG_PHASE=dummy +PACKAGE=dummy +VERSION=0.0.0 +TARBALL=dummy-0.0.0.tar.bz2 + +cd $PKGDIR +./configure --prefix=/usr +make +make check +make install + + + + + + @@ -192,6 +250,14 @@ + + + + + + + +