/hg/icedtea: Fix typo in stamp file name

omajid at icedtea.classpath.org omajid at icedtea.classpath.org
Wed Apr 20 11:59:16 PDT 2011


changeset a4851a2bf343 in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=a4851a2bf343
author: Omair Majid <omajid at redhat.com>
date: Wed Apr 20 14:58:03 2011 -0400

	Fix typo in stamp file name


diffstat:

 ChangeLog   |  4 ++++
 Makefile.am |  2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r bb4033154745 -r a4851a2bf343 ChangeLog
--- a/ChangeLog	Tue Apr 19 16:38:18 2011 -0400
+++ b/ChangeLog	Wed Apr 20 14:58:03 2011 -0400
@@ -1,3 +1,7 @@
+2011-04-20  Omair Majid  <omajid at redhat.com>
+
+	* Makefile.am (stamps/remove-intree-libraries.stamp): Typo in file name.
+
 2011-04-19  Omair Majid  <omajid at redhat.com>
 
 	* patches/boot/test_gamma.patch: Skip test_gamma for shark too.
diff -r bb4033154745 -r a4851a2bf343 Makefile.am
--- a/Makefile.am	Tue Apr 19 16:38:18 2011 -0400
+++ b/Makefile.am	Wed Apr 20 14:58:03 2011 -0400
@@ -1240,7 +1240,7 @@
 
 stamps/remove-intree-libraries.stamp: stamps/extract-openjdk.stamp
 	sh $(srcdir)/remove-intree-libraries.sh
-	touch stamps/remove-intree-librares.stamp
+	touch stamps/remove-intree-libraries.stamp
 
 clean-remove-intree-libraries:
 	rm -f stamps/remove-intree-libraries.stamp



More information about the distro-pkg-dev mailing list