changeset in /hg/icedtea: Bump to 1.10, remove the netx alias ta...
Andrew John Hughes
ahughes at redhat.com
Fri May 29 09:10:06 PDT 2009
changeset 9729b3a51305 in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=9729b3a51305
description:
Bump to 1.10, remove the netx alias target as it conflicts with the directory.
2009-05-27 Andrew John Hughes <ahughes at redhat.com>
* Makefile.am:
Remove netx target as conflicts with
directory when building in the source tree.
* configure.ac:
Bump to 1.10 proper.
diffstat:
3 files changed, 9 insertions(+), 3 deletions(-)
ChangeLog | 8 ++++++++
Makefile.am | 2 --
configure.ac | 2 +-
diffs (36 lines):
diff -r 8ae4bc2b6c1d -r 9729b3a51305 ChangeLog
--- a/ChangeLog Fri May 29 17:04:53 2009 +0100
+++ b/ChangeLog Fri May 29 17:11:17 2009 +0100
@@ -1,3 +1,11 @@ 2009-05-27 Andrew John Hughes <ahughes
+2009-05-27 Andrew John Hughes <ahughes at redhat.com>
+
+ * Makefile.am:
+ Remove netx target as conflicts with
+ directory when building in the source tree.
+ * configure.ac:
+ Bump to 1.10 proper.
+
2009-05-27 Andrew John Hughes <ahughes at redhat.com>
* NEWS:
diff -r 8ae4bc2b6c1d -r 9729b3a51305 Makefile.am
--- a/Makefile.am Fri May 29 17:04:53 2009 +0100
+++ b/Makefile.am Fri May 29 17:11:17 2009 +0100
@@ -3739,8 +3739,6 @@ clean: distclean-local
jtreg: stamps/jtreg.stamp
-netx: stamps/netx.stamp
-
netx-dist: stamps/netx-dist.stamp
liveconnect: stamps/liveconnect.stamp
diff -r 8ae4bc2b6c1d -r 9729b3a51305 configure.ac
--- a/configure.ac Fri May 29 17:04:53 2009 +0100
+++ b/configure.ac Fri May 29 17:11:17 2009 +0100
@@ -1,4 +1,4 @@ AC_INIT([icedtea], [1.10-pre], [distro-p
-AC_INIT([icedtea], [1.10-pre], [distro-pkg-dev at openjdk.java.net])
+AC_INIT([icedtea], [1.10], [distro-pkg-dev at openjdk.java.net])
AM_INIT_AUTOMAKE([1.9 tar-pax foreign])
AC_CONFIG_FILES([Makefile])
More information about the distro-pkg-dev
mailing list