[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-2.0.0-70-g48bfbe9

git git at cross-lfs.org
Mon Jun 3 13:18:46 PDT 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Cross-LFS Book".

The branch, master has been updated
       via  48bfbe9ae3bf8f9fbede7e13fde3f75bc09869d8 (commit)
      from  29d705a7e48a99c81265a067520242e771966d48 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 48bfbe9ae3bf8f9fbede7e13fde3f75bc09869d8
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Mon Jun 3 15:18:42 2013 -0500

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

diff --git a/BOOK/Makefile b/BOOK/Makefile
index 66af22c..6d3b3a1 100644
--- a/BOOK/Makefile
+++ b/BOOK/Makefile
@@ -190,13 +190,21 @@ ARCHS_DLLIST := $(ARCHS:%=%-dllist)
 download-list: $(ARCHS_DLLIST)
 $(ARCHS_DLLIST): override arch = $(@:%-dllist=%)
 $(ARCHS_DLLIST):
-	@echo "Creating download and md5sum list for $(arch)..."
+	@echo "Creating download list for $(arch)..."
 	$(Q)mkdir -p $(DLLISTDIR)
 	$(Q)xsltproc --xinclude --nonet \
 	  --output $(DLLISTDIR)/$(arch).list \
 	  $(TOP)/stylesheets/wget.xsl \
 	  $(TOP)/$(arch)-index.xml
-	 $(Q)xsltproc --xinclude --nonet \
+
+ARCHS_MD5LIST := $(ARCHS:%=%-md5list)
+.PHONY: md5-list $(ARCHS_MD5LIST)
+md5-list: $(ARCHS_MD5LIST)
+$(ARCHS_MD5LIST): override arch = $(@:%-md5list=%)
+$(ARCHS_MD5LIST):
+	@echo "Creating md5 hash list for $(arch)..."
+	$(Q)mkdir -p $(DLLISTDIR)
+	$(Q)xsltproc --xinclude --nonet \
 	  --output $(DLLISTDIR)/$(arch).md5sum \
 	  $(TOP)/stylesheets/md5sum.xsl \
 	  $(TOP)/$(arch)-index.xml
@@ -230,3 +238,5 @@ help:
 	@echo
 	@echo "Download-List Targets"
 	@echo "  $(FG_GREEN)download-list $(FG_BLUE)$(ARCHS_DLLIST)$(FG_DEFAULT)"
+	@echo "md5-List Targets"
+	@echo "  $(FG_GREEN)md5-list $(FG_BLUE)$(ARCHS_MD5LIST)$(FG_DEFAULT)"

-----------------------------------------------------------------------

Summary of changes:
 BOOK/Makefile |   14 ++++++++++++--
 1 files changed, 12 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list