Changeset 026bb5d for BOOK/Makefile
- Timestamp:
- Dec 18, 2013, 1:04:00 AM (11 years ago)
- 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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/Makefile
r1c9985f r026bb5d 22 22 sparc sparc64 sparc64-64 \ 23 23 mips mips64 mips64-64 \ 24 ppc ppc64 \24 ppc ppc64 ppc64-64 \ 25 25 alpha 26 26 … … 249 249 $(TOP)/$(arch)-index.xml 250 250 251 ARCHS_MD5LIST := $(ARCHS:%=%-md5list) 252 .PHONY: md5-list $(ARCHS_MD5LIST) 253 md5-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 251 263 FG_GREEN := $(shell echo -e '\e[0;32m') 252 264 FG_BLUE := $(shell echo -e '\e[0;34m') … … 278 290 @echo "Download-List Targets" 279 291 @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.