Changeset 026bb5d for BOOK/Makefile


Ignore:
Timestamp:
Dec 18, 2013, 1:04:00 AM (11 years ago)
Author:
Chris Staub <chris@…>
Children:
f975b3a
Parents:
1c9985f (diff), 8abef998 (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:

Updated simp branch to match main book

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/Makefile

    r1c9985f r026bb5d  
    2222                   sparc sparc64 sparc64-64 \
    2323                   mips mips64 mips64-64 \
    24                    ppc ppc64 \
     24                   ppc ppc64 ppc64-64 \
    2525                   alpha
    2626
     
    249249          $(TOP)/$(arch)-index.xml
    250250
     251ARCHS_MD5LIST := $(ARCHS:%=%-md5list)
     252.PHONY: md5-list $(ARCHS_MD5LIST)
     253md5-list: $(ARCHS_MD5LIST)
     254$(ARCHS_MD5LIST): override arch = $(@:%-md5list=%)
     255$(ARCHS_MD5LIST):
     256        @echo "Creating md5 hash list for $(arch)..."
     257        $(Q)mkdir -p $(DLLISTDIR)
     258        $(Q)xsltproc --xinclude --nonet \
     259          --output $(DLLISTDIR)/$(arch).md5sum \
     260          $(TOP)/stylesheets/md5sum.xsl \
     261          $(TOP)/$(arch)-index.xml
     262       
    251263FG_GREEN := $(shell echo -e '\e[0;32m')
    252264FG_BLUE := $(shell echo -e '\e[0;34m')
     
    278290        @echo "Download-List Targets"
    279291        @echo "  $(FG_GREEN)download-list $(FG_BLUE)$(ARCHS_DLLIST)$(FG_DEFAULT)"
     292        @echo "md5-List Targets"
     293        @echo "  $(FG_GREEN)md5-list $(FG_BLUE)$(ARCHS_MD5LIST)$(FG_DEFAULT)"
Note: See TracChangeset for help on using the changeset viewer.