Changeset b1a30db


Ignore:
Timestamp:
Jun 3, 2013, 6:44:29 AM (11 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
2a2d3fb
Parents:
60b0948
Message:

Include md5sum list when generating download-list.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/Makefile

    r60b0948 rb1a30db  
    191191$(ARCHS_DLLIST): override arch = $(@:%-dllist=%)
    192192$(ARCHS_DLLIST):
    193         @echo "Creating download list for $(arch)..."
     193        @echo "Creating download and md5sum list for $(arch)..."
    194194        $(Q)mkdir -p $(DLLISTDIR)
    195195        $(Q)xsltproc --xinclude --nonet \
     
    197197          $(TOP)/stylesheets/wget.xsl \
    198198          $(TOP)/$(arch)-index.xml
    199 
     199         $(Q)xsltproc --xinclude --nonet \
     200          --output $(DLLISTDIR)/$(arch).md5sum \
     201          $(TOP)/stylesheets/md5sum.xsl \
     202          $(TOP)/$(arch)-index.xml
     203       
    200204FG_GREEN := $(shell echo -e '\e[0;32m')
    201205FG_BLUE := $(shell echo -e '\e[0;34m')
Note: See TracChangeset for help on using the changeset viewer.