Changeset d8c2d84 for Makefile


Ignore:
Timestamp:
01/24/2024 12:26:42 PM (5 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/arm64
Children:
648f145
Parents:
9f894d5 (diff), 5bef8f2 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge remote-tracking branch 'origin/trunk' into xry111/arm64

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r9f894d5 rd8c2d84  
    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.