Changeset 924ab90 for Makefile


Ignore:
Timestamp:
03/05/2012 08:16:58 PM (12 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
0c90d60
Parents:
45eab11
Message:

Allow aux-file-data.sh to be run successfully from the command line, and rename validxml target to validate. Thanks to Pierre Labastie for the report.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9762 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r45eab11 r924ab90  
    1414endif
    1515
    16 lfs: maketar validxml profile-html
     16lfs: validate profile-html
    1717        @echo "Generating chunked XHTML files..."
    1818        $(Q)xsltproc --nonet -stringparam chunk.quietly $(CHUNK_QUIET) \
     
    4242        $(Q)$(MAKE) wget-list
    4343
    44 pdf: validxml
     44pdf: validate
    4545        @echo "Generating profiled XML for PDF..."
    4646        $(Q)xsltproc --nonet --stringparam profile.condition pdf \
     
    6161        $(Q)fop $(RENDERTMP)/lfs-pdf.fo $(BASEDIR)/$(PDF_OUTPUT)
    6262
    63 nochunks: maketar validxml profile-html
     63nochunks: validate profile-html
    6464        @echo "Generating non chunked XHTML file..."
    6565        $(Q)xsltproc --nonet -stringparam rootid "$(ROOT_ID)" \
     
    8383        $(Q)rm -f $(RENDERTMP)/lfs-pdf.fo
    8484
    85 validxml: tmpdir
     85validate: tmpdir
    8686        @echo "Processing bootscripts..."
    8787        $(Q)bash process-scripts.sh
     
    9191        $(Q)rm -f appendices/*.script
    9292        $(Q)./aux-file-data.sh $(RENDERTMP)/lfs-full.xml
     93        @echo "Validation complete."
    9394
    94 maketar:
    95         $(Q)if [ "x$(MAKETAR)" == "x" ]; then \
    96            echo "Making tarballs..."; \
    97            sh make-aux-files.sh; \
    98         fi;
    99 
    100 profile-html: validxml
     95profile-html: validate
    10196        @echo "Generating profiled XML for XHTML..."
    10297        $(Q)xsltproc --nonet --stringparam profile.condition html \
     
    121116
    122117
    123 dump-commands: validxml
     118dump-commands: validate
    124119        @echo "Dumping book commands..."
    125120        $(Q)xsltproc --output $(DUMPDIR)/ \
    126121           stylesheets/dump-commands.xsl $(RENDERTMP)/lfs-full.xml
    127122
    128 validate: maketar validxml
    129         @echo "Validation complete."
    130123
    131124all: lfs nochunks pdf dump-commands md5sums
    132125
    133126.PHONY : all dump-commands lfs nochunks pdf profile-html tmpdir validate \
    134          validxml wget-list maketar md5sums
     127         validate wget-list maketar md5sums
Note: See TracChangeset for help on using the changeset viewer.