Changeset 48bfbe9


Ignore:
Timestamp:
Jun 3, 2013, 1:18:42 PM (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:
cc16897
Parents:
29d705a
Message:

Add md5sum-list as separate target from download-list and add md5sum-list help.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/Makefile

    r29d705a r48bfbe9  
    191191$(ARCHS_DLLIST): override arch = $(@:%-dllist=%)
    192192$(ARCHS_DLLIST):
    193         @echo "Creating download and md5sum list for $(arch)..."
     193        @echo "Creating download list for $(arch)..."
    194194        $(Q)mkdir -p $(DLLISTDIR)
    195195        $(Q)xsltproc --xinclude --nonet \
     
    197197          $(TOP)/stylesheets/wget.xsl \
    198198          $(TOP)/$(arch)-index.xml
    199          $(Q)xsltproc --xinclude --nonet \
     199
     200ARCHS_MD5LIST := $(ARCHS:%=%-md5list)
     201.PHONY: md5-list $(ARCHS_MD5LIST)
     202md5-list: $(ARCHS_MD5LIST)
     203$(ARCHS_MD5LIST): override arch = $(@:%-md5list=%)
     204$(ARCHS_MD5LIST):
     205        @echo "Creating md5 hash list for $(arch)..."
     206        $(Q)mkdir -p $(DLLISTDIR)
     207        $(Q)xsltproc --xinclude --nonet \
    200208          --output $(DLLISTDIR)/$(arch).md5sum \
    201209          $(TOP)/stylesheets/md5sum.xsl \
     
    231239        @echo "Download-List Targets"
    232240        @echo "  $(FG_GREEN)download-list $(FG_BLUE)$(ARCHS_DLLIST)$(FG_DEFAULT)"
     241        @echo "md5-List Targets"
     242        @echo "  $(FG_GREEN)md5-list $(FG_BLUE)$(ARCHS_MD5LIST)$(FG_DEFAULT)"
Note: See TracChangeset for help on using the changeset viewer.