Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

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