changeset in /hg/icedtea6: 2008-12-19 Omair Majid <omajid at redh...
Omair Majid
omajid at redhat.com
Fri Dec 19 06:40:03 PST 2008
changeset a530e095f65b in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=a530e095f65b
description:
2008-12-19 Omair Majid <omajid at redhat.com>
Merged changes
diffstat:
2 files changed, 3 insertions(+), 1 deletion(-)
ChangeLog | 1 +
Makefile.am | 3 ++-
diffs (24 lines):
diff -r 557ccffda8c5 -r a530e095f65b ChangeLog
--- a/ChangeLog Fri Dec 19 09:35:19 2008 -0500
+++ b/ChangeLog Fri Dec 19 09:39:44 2008 -0500
@@ -6,6 +6,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 557ccffda8c5 -r a530e095f65b Makefile.am
--- a/Makefile.am Fri Dec 19 09:35:19 2008 -0500
+++ b/Makefile.am Fri Dec 19 09:39:44 2008 -0500
@@ -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