Changeset 47bc996


Ignore:
Timestamp:
01/21/2024 07:21:08 PM (4 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.1, 12.1-rc1, multilib, trunk, xry111/arm64, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.1, xry111/mips64el, xry111/update-glibc
Children:
289f284, 5bef8f2, bb1dfaf
Parents:
46b5c6b
git-author:
Xi Ruoyao <xry111@…> (01/21/2024 06:20:43 PM)
git-committer:
Xi Ruoyao <xry111@…> (01/21/2024 07:21:08 PM)
Message:

Makefile: Ensure wget-list and md5sums regenerated when patches.xml or packages.xml has changed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r46b5c6b r47bc996  
    151151                $(RENDERTMP)/lfs-full.xml
    152152
     153DOWNLOADS_DEP = chapter03/packages.xml chapter03/patches.xml \
     154                packages.ent patches.ent general.ent
     155
    153156wget-list: $(BASEDIR)/wget-list $(BASEDIR)/wget-list-$(REV)
    154 $(BASEDIR)/wget-list: stylesheets/wget-list.xsl chapter03/chapter03.xml \
    155                       packages.ent patches.ent general.ent
     157$(BASEDIR)/wget-list: stylesheets/wget-list.xsl $(DOWNLOADS_DEP)
    156158        @echo "Generating consolidated wget list at $(BASEDIR)/wget-list ..."
    157159        $(Q)mkdir -p $(BASEDIR)
     
    161163                chapter03/chapter03.xml
    162164
    163 $(BASEDIR)/wget-list-$(REV): stylesheets/wget-list.xsl \
    164                              chapter03/chapter03.xml \
    165                              packages.ent patches.ent general.ent
     165$(BASEDIR)/wget-list-$(REV): stylesheets/wget-list.xsl $(DOWNLOADS_DEP)
    166166        $(Q)xsltproc --nonet --xinclude                   \
    167167                --stringparam profile.revision $(REV) \
     
    175175
    176176md5sums: $(BASEDIR)/md5sums
    177 $(BASEDIR)/md5sums: stylesheets/wget-list.xsl chapter03/chapter03.xml \
    178                     packages.ent patches.ent
     177$(BASEDIR)/md5sums: stylesheets/wget-list.xsl $(DOWNLOADS_DEP)
    179178        @echo "Generating consolidated md5sum file at $(BASEDIR)/md5sums ..."
    180179        $(Q)mkdir -p $(BASEDIR)
Note: See TracChangeset for help on using the changeset viewer.