changeset in /hg/icedtea6: 2008-12-19 Andrew Haley <aph at redhat...

Andrew Haley aph at redhat.com
Fri Dec 19 06:33:50 PST 2008


changeset a58b6b3002c2 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=a58b6b3002c2
description:
	2008-12-19  Andrew Haley  <aph at redhat.com>

	        * Makefile.am (stamps/download.stamp): Check MD5sum on hotspot.tar.gz.
	        (stamps/extract.stamp): Use AWK here rather than cut.
	        * hotspot.map: Add md5sum for 14.0b08.

diffstat:

2 files changed, 3 insertions(+), 1 deletion(-)
ChangeLog   |    1 +
Makefile.am |    3 ++-

diffs (24 lines):

diff -r fc3dc99a545d -r a58b6b3002c2 ChangeLog
--- a/ChangeLog	Fri Dec 19 14:02:38 2008 +0000
+++ b/ChangeLog	Fri Dec 19 14:33:41 2008 +0000
@@ -1,6 +1,7 @@ 2008-12-19  Andrew Haley  <aph at redhat.co
 2008-12-19  Andrew Haley  <aph at redhat.com>
 
 	* Makefile.am (stamps/download.stamp): Check MD5sum on hotspot.tar.gz.
+	(stamps/extract.stamp): Use AWK here rather than cut.
 	* hotspot.map: Add md5sum for 14.0b08.
 
 2008-12-17  Andrew John Hughes  <gnu_andrew at member.fsf.org>
diff -r fc3dc99a545d -r a58b6b3002c2 Makefile.am
--- a/Makefile.am	Fri Dec 19 14:02:38 2008 +0000
+++ b/Makefile.am	Fri Dec 19 14:33:41 2008 +0000
@@ -709,7 +709,8 @@ if WITH_ALT_HSBUILD
 	  then \
 	    $(TAR) xf $(HOTSPOT_SRC_ZIP) ; \
 	    chmod -R ug+w hotspot-* ; \
-	    mv hotspot-$$(cat $(abs_top_srcdir)/hotspot.map|grep $(HSBUILD)|cut -f2) openjdk/hotspot ; \
+	    mv hotspot-$$($(AWK) 'version==$$1 {print $$2}' version=$(HSBUILD) \
+	      $(abs_top_srcdir)/hotspot.map) openjdk/hotspot ; \
 	  fi ; \
 	fi
 endif



More information about the distro-pkg-dev mailing list