mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-31 03:11:57 +00:00
Comment out the "dump-commands" target in Makefile
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11467 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
b2321308a2
commit
f0ba388aeb
16
Makefile
16
Makefile
@ -189,22 +189,22 @@ $(BASEDIR)/md5sums: stylesheets/wget-list.xsl chapter03/chapter03.xml \
|
|||||||
"s/BOOTSCRIPTS-MD5SUM/$(shell md5sum lfs-bootscripts*.tar.bz2 | cut -d' ' -f1)/" \
|
"s/BOOTSCRIPTS-MD5SUM/$(shell md5sum lfs-bootscripts*.tar.bz2 | cut -d' ' -f1)/" \
|
||||||
$(BASEDIR)/md5sums
|
$(BASEDIR)/md5sums
|
||||||
|
|
||||||
dump-commands: validate
|
#dump-commands: validate
|
||||||
@echo "Dumping book commands..."
|
# @echo "Dumping book commands..."
|
||||||
# $(Q)xsltproc --nonet \
|
# $(Q)xsltproc --nonet \
|
||||||
# --output $(RENDERTMP)/lfs-html.xml \
|
# --output $(RENDERTMP)/lfs-html.xml \
|
||||||
# --stringparam profile.revision $(REV) \
|
# --stringparam profile.revision $(REV) \
|
||||||
# stylesheets/lfs-xsl/profile.xsl \
|
# stylesheets/lfs-xsl/profile.xsl \
|
||||||
# $(RENDERTMP)/lfs-full.xml
|
# $(RENDERTMP)/lfs-full.xml
|
||||||
|
|
||||||
$(Q)rm -rf $(DUMPDIR)
|
# $(Q)rm -rf $(DUMPDIR)
|
||||||
|
|
||||||
$(Q)xsltproc --output $(DUMPDIR)/ \
|
# $(Q)xsltproc --output $(DUMPDIR)/ \
|
||||||
stylesheets/dump-commands.xsl \
|
# stylesheets/dump-commands.xsl \
|
||||||
$(RENDERTMP)/lfs-html.xml
|
# $(RENDERTMP)/lfs-html.xml
|
||||||
@echo "Dumping book commands complete in $(DUMPDIR)"
|
# @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
|
.PHONY : all book dump-commands nochunks pdf profile-html tmpdir validate md5sums wget-list
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user