From f4231a262ab7fba290509ec617e682e65e671286 Mon Sep 17 00:00:00 2001 From: Jeremy Utley Date: Mon, 22 Sep 2003 18:12:14 +0000 Subject: [PATCH] Removed checks from patch and diffutils git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2862 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 3 +++ chapter06/diffutils-inst.xml | 6 ------ chapter06/patch-inst.xml | 6 ------ 3 files changed, 3 insertions(+), 12 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 8cb318d1d..0ada97167 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -94,6 +94,9 @@ +September 22nd, 2003 [jeremy]: removed make check from patch +and diffutils, since these tests perform no actions. + September 22nd, 2003 [greg]: Chapter 5 - Setting up the environment: Added unset CC CXX CPP LD_LIBRARY_PATH LD_PRELOAD to .bash_profile to stop accidental build breakge. diff --git a/chapter06/diffutils-inst.xml b/chapter06/diffutils-inst.xml index c4ec231be..dc3bf8178 100644 --- a/chapter06/diffutils-inst.xml +++ b/chapter06/diffutils-inst.xml @@ -11,12 +11,6 @@ make -This package has a test suite available which can perform a number of -checks to ensure it built correctly. Should you choose to run it, the -following command will do so: - -make check - And install the package: make install diff --git a/chapter06/patch-inst.xml b/chapter06/patch-inst.xml index 5ad9e5b74..3aac8b565 100644 --- a/chapter06/patch-inst.xml +++ b/chapter06/patch-inst.xml @@ -11,12 +11,6 @@ make -This package has a test suite available which can perform a number of -checks to ensure it built correctly. Should you choose to run it, the -following command will do so: - -make check - And install the package: make install