Просмотр исходного кода

Update Makefile to better support scripts

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9622 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Bruce Dubbs 14 лет назад
Родитель
Сommit
5dbeba9b1c
2 измененных файлов с 6 добавлено и 3 удалено
  1. 4 2
      Makefile
  2. 2 1
      chapter06/vim.xml

+ 4 - 2
Makefile

@@ -88,8 +88,10 @@ validxml: tmpdir
 	$(Q)./aux-file-data.sh $(RENDERTMP)/lfs-full.xml
 	$(Q)./aux-file-data.sh $(RENDERTMP)/lfs-full.xml
 
 
 maketar:
 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
 profile-html: validxml
 	@echo "Generating profiled XML for XHTML..."
 	@echo "Generating profiled XML for XHTML..."

+ 2 - 1
chapter06/vim.xml

@@ -79,7 +79,8 @@
 
 
     <para>However, this test suite outputs a lot of binary data to the screen,
     <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
     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>
     <para>Install the package:</para>