Author: pierre
Date: Mon Sep 10 13:35:16 2018
New Revision: 11467

Log:
Comment out the "dump-commands" target in Makefile

Modified:
   trunk/BOOK/Makefile

Modified: trunk/BOOK/Makefile
==============================================================================
--- trunk/BOOK/Makefile Tue Sep  4 10:12:25 2018        (r11466)
+++ trunk/BOOK/Makefile Mon Sep 10 13:35:16 2018        (r11467)
@@ -189,22 +189,22 @@
        "s/BOOTSCRIPTS-MD5SUM/$(shell md5sum lfs-bootscripts*.tar.bz2 | cut -d' 
' -f1)/" \
        $(BASEDIR)/md5sums
 
-dump-commands: validate
-       @echo "Dumping book commands..."
+#dump-commands: validate
+#      @echo "Dumping book commands..."
 #      $(Q)xsltproc --nonet                     \
 #      --output $(RENDERTMP)/lfs-html.xml    \
 #      --stringparam profile.revision $(REV) \
 #      stylesheets/lfs-xsl/profile.xsl       \
 #      $(RENDERTMP)/lfs-full.xml
 
-       $(Q)rm -rf $(DUMPDIR)
+#      $(Q)rm -rf $(DUMPDIR)
 
-       $(Q)xsltproc --output $(DUMPDIR)/          \
-                stylesheets/dump-commands.xsl \
-                $(RENDERTMP)/lfs-html.xml
-       @echo "Dumping book commands complete in $(DUMPDIR)"
+#      $(Q)xsltproc --output $(DUMPDIR)/          \
+#                stylesheets/dump-commands.xsl \
+#                $(RENDERTMP)/lfs-html.xml
+#      @echo "Dumping book commands complete in $(DUMPDIR)"
 
-all: book nochunks pdf dump-commands
+all: book nochunks pdf # dump-commands
 
 .PHONY : all book dump-commands nochunks pdf profile-html tmpdir validate 
md5sums wget-list
 
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to