Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r91f4b2d 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.