From 5dbeba9b1c6d90f94d3d44b37422f50f322ded0e Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sun, 9 Oct 2011 19:52:48 +0000 Subject: [PATCH] Update Makefile to better support scripts git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9622 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- Makefile | 6 ++++-- chapter06/vim.xml | 3 ++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 608690b79..656d3d9ea 100644 --- a/Makefile +++ b/Makefile @@ -88,8 +88,10 @@ validxml: tmpdir $(Q)./aux-file-data.sh $(RENDERTMP)/lfs-full.xml maketar: - @echo "Making tarballs..." - $(Q)sh make-aux-files.sh + $(Q)if [ "x$(MAKETAR)" == "x" ]; then \ + echo "Making tarballs..."; \ + sh make-aux-files.sh; \ + fi; profile-html: validxml @echo "Generating profiled XML for XHTML..." diff --git a/chapter06/vim.xml b/chapter06/vim.xml index e3b52d299..a8bc4275d 100644 --- a/chapter06/vim.xml +++ b/chapter06/vim.xml @@ -79,7 +79,8 @@ However, this test suite outputs a lot of binary data to the screen, which can cause issues with the settings of the current terminal. This can - be resolved by redirecting the output to a log file. + be resolved by redirecting the output to a log file. A successful test + will result in the words "ALL DONE" at completion. Install the package: