Changeset cdc6053


Ignore:
Timestamp:
09/18/2022 06:29:18 AM (20 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
6d60bfc
Parents:
99260fe
Message:

Makefile: reinstate the dump-commands target

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r99260fe rcdc6053  
    2727  PDF_OUTPUT      ?= LFS-BOOK.pdf
    2828  NOCHUNKS_OUTPUT ?= LFS-BOOK.html
    29   DUMPDIR         ?= ~/cross-lfs-commands
     29  DUMPDIR         ?= ~/lfs-commands
    3030else
    3131  BASEDIR         ?= ~/lfs-systemd
     
    198198        $(Q)./git-version.sh $(REV)
    199199
    200 #dump-commands: validate
    201 #       @echo "Dumping book commands..."
    202 #       $(Q)xsltproc --nonet                     \
    203 #      --output $(RENDERTMP)/lfs-html.xml    \
    204 #      --stringparam profile.revision $(REV) \
    205 #      stylesheets/lfs-xsl/profile.xsl       \
    206 #      $(RENDERTMP)/lfs-full.xml
    207 
    208 #       $(Q)rm -rf $(DUMPDIR)
    209 
    210 #       $(Q)xsltproc --output $(DUMPDIR)/          \
    211 #                stylesheets/dump-commands.xsl \
    212 #                $(RENDERTMP)/lfs-html.xml
    213 #       @echo "Dumping book commands complete in $(DUMPDIR)"
    214 
    215 all: book nochunks pdf # dump-commands
     200dump-commands: validate
     201        @echo "Dumping book commands..."
     202
     203        $(Q)rm -rf $(DUMPDIR)
     204
     205        $(Q)xsltproc --output $(DUMPDIR)/          \
     206                stylesheets/dump-commands.xsl \
     207                $(RENDERTMP)/lfs-full.xml
     208        @echo "Dumping book commands complete in $(DUMPDIR)"
     209
     210all: book nochunks pdf dump-commands
    216211
    217212.PHONY : all book dump-commands nochunks pdf profile-html tmpdir validate md5sums wget-list version
Note: See TracChangeset for help on using the changeset viewer.