Author: bdubbs
Date: 2011-10-09 13:52:48 -0600 (Sun, 09 Oct 2011)
New Revision: 9622

Modified:
   trunk/BOOK/Makefile
   trunk/BOOK/chapter06/vim.xml
Log:
Update Makefile to better support scripts

Modified: trunk/BOOK/Makefile
===================================================================
--- trunk/BOOK/Makefile 2011-10-08 20:13:33 UTC (rev 9621)
+++ trunk/BOOK/Makefile 2011-10-09 19:52:48 UTC (rev 9622)
@@ -88,8 +88,10 @@
        $(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..."

Modified: trunk/BOOK/chapter06/vim.xml
===================================================================
--- trunk/BOOK/chapter06/vim.xml        2011-10-08 20:13:33 UTC (rev 9621)
+++ trunk/BOOK/chapter06/vim.xml        2011-10-09 19:52:48 UTC (rev 9622)
@@ -79,7 +79,8 @@
 
     <para>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.</para>
+    be resolved by redirecting the output to a log file.  A successful test
+    will result in the words "ALL DONE" at completion.</para>
 
     <para>Install the package:</para>
 

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to