Changeset 851f6a7


Ignore:
Timestamp:
01/12/2023 02:56:52 PM (15 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
da7d9ae
Parents:
a2f7a1c
Message:

Finish reformatting Makefile

Also the "echo" command should be preceded with @, not $(Q)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    ra2f7a1c r851f6a7  
    270270
    271271.PHONY: blfs all world html nochunks tmpdir clean  \
    272    validate profile-html blfs-patch-list wget-list test-links \
    273   dump-commands  bootscripts systemd-units
     272   validate profile-html blfs-patch-list wget-list \
     273        test-links dump-commands  bootscripts systemd-units
    274274
    275275version.ent: general.ent packages.ent $(ALLXML) $(ALLXSL)
    276276        $(Q)./git-version.sh $(REV)
    277277
    278 ALL_PYTHON_DEPS := $(filter-out $(PYHOSTED), $(wildcard general/prog/python-dependencies/*.xml))
     278ALL_PYTHON_DEPS := $(filter-out $(PYHOSTED), \
     279                   $(wildcard general/prog/python-dependencies/*.xml))
    279280
    280281PYTHONHOSTED_MODS := requests sphinx_rtd_theme pytest gi-docgen
    281282
    282 PYTHONHOSTED_MOD_PAGES := $(addprefix general/prog/python-modules/,$(addsuffix .xml,$(PYTHONHOSTED_MODS)))
    283 
    284 $(PYHOSTED): $(ALL_PYTHON_DEPS) $(PYTHONHOSTED_MOD_PAGES) stylesheets/pythonhosted.xsl | version.ent
    285         $(Q)echo Generating pythonhosted.xml
    286         $(Q)xsltproc --xinclude \
    287         -o temp.xml \
    288         --stringparam packages "$(PYTHONHOSTED_MODS)" \
    289         stylesheets/pythonhosted.xsl \
    290         general/prog/python-modules.xml
     283PYTHONHOSTED_MOD_PAGES := $(addprefix general/prog/python-modules/,\
     284                          $(addsuffix .xml,$(PYTHONHOSTED_MODS)))
     285
     286$(PYHOSTED): $(ALL_PYTHON_DEPS)        \
     287             $(PYTHONHOSTED_MOD_PAGES) \
     288             stylesheets/pyhosted-inc.xsl
     289             stylesheets/pythonhosted.xsl | version.ent
     290        @echo Generating pythonhosted.xml
     291        $(Q)xsltproc --xinclude                                    \
     292                --output temp.xml                             \
     293                --stringparam packages "$(PYTHONHOSTED_MODS)" \
     294                stylesheets/pythonhosted.xsl                  \
     295                general/prog/python-modules.xml
    291296        $(Q)mv temp.xml $@
Note: See TracChangeset for help on using the changeset viewer.