Changeset 76b06f6 for BOOK/Makefile


Ignore:
Timestamp:
Sep 24, 2013, 11:53:17 AM (11 years ago)
Author:
William Harrington <kb0iic@…>
Children:
2e9ccbe
Parents:
111b12a
Message:

Prepare for CLFS-2.0.0 release.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/Makefile

    r111b12a r76b06f6  
    2121                   sparc sparc64 sparc64-64 \
    2222                   mips mips64 mips64-64 \
    23                    ppc ppc64 ppc64-64 \
     23                   ppc ppc64 \
    2424                   alpha
    2525
     
    198198          $(TOP)/$(arch)-index.xml
    199199
    200 ARCHS_MD5LIST := $(ARCHS:%=%-md5list)
    201 .PHONY: md5-list $(ARCHS_MD5LIST)
    202 md5-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 \
    208           --output $(DLLISTDIR)/$(arch).md5sum \
    209           $(TOP)/stylesheets/md5sum.xsl \
    210           $(TOP)/$(arch)-index.xml
    211        
    212200FG_GREEN := $(shell echo -e '\e[0;32m')
    213201FG_BLUE := $(shell echo -e '\e[0;34m')
     
    239227        @echo "Download-List Targets"
    240228        @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.