/hg/icedtea: 2 new changesets
andrew at icedtea.classpath.org
andrew at icedtea.classpath.org
Fri Oct 2 08:25:48 PDT 2009
changeset 176ef4125901 in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=176ef4125901
author: Andrew John Hughes <ahughes at redhat.com>
date: Thu Oct 01 18:11:31 2009 +0100
Update NEWS with Makefile changes.
2009-10-01 Andrew John Hughes <ahughes at redhat.com>
* NEWS: Updated with Makefile changes.
changeset 43ad0275037d in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=43ad0275037d
author: Andrew John Hughes <ahughes at redhat.com>
date: Fri Oct 02 16:29:27 2009 +0100
Rename alias accidentally changed to native-boot.
2009-10-01 Andrew John Hughes <ahughes at redhat.com>
* Makefile.am: Fix alias renamed to 'native-boot' by
mistake. The native-ecj target is the only one actually
related to ecj. The others were bootstrap targets.
diffstat:
3 files changed, 19 insertions(+), 1 deletion(-)
ChangeLog | 13 +++++++++++++
Makefile.am | 2 +-
NEWS | 5 +++++
diffs (47 lines):
diff -r 43acec61d3e9 -r 43ad0275037d ChangeLog
--- a/ChangeLog Thu Oct 01 18:05:17 2009 +0100
+++ b/ChangeLog Fri Oct 02 16:29:27 2009 +0100
@@ -1,3 +1,16 @@ 2009-10-01 Andrew John Hughes <ahughes
+2009-10-01 Andrew John Hughes <ahughes at redhat.com>
+
+ * Makefile.am:
+ Fix alias renamed to 'native-boot' by
+ mistake. The native-ecj target is the only
+ one actually related to ecj. The others
+ were bootstrap targets.
+
+2009-10-01 Andrew John Hughes <ahughes at redhat.com>
+
+ * NEWS:
+ Updated with Makefile changes.
+
2009-10-01 Andrew John Hughes <ahughes at redhat.com>
Reorganise Makefile and rename some
diff -r 43acec61d3e9 -r 43ad0275037d Makefile.am
--- a/Makefile.am Thu Oct 01 18:05:17 2009 +0100
+++ b/Makefile.am Fri Oct 02 16:29:27 2009 +0100
@@ -2347,7 +2347,7 @@ icedtea-debug: stamps/icedtea-debug.stam
icedtea-boot: stamps/icedtea-boot.stamp
-native-boot: stamps/native-boot.stamp
+native-ecj: stamps/native-ecj.stamp
patch-boot: stamps/patch-boot.stamp
diff -r 43acec61d3e9 -r 43ad0275037d NEWS
--- a/NEWS Thu Oct 01 18:05:17 2009 +0100
+++ b/NEWS Fri Oct 02 16:29:27 2009 +0100
@@ -4,6 +4,11 @@ New in release 1.12 (2009-XX-XX)
- JIBX is no longer required to build Nimbus.
- The NSS crypto. provider may be turned on with --enable-nss if
the NSS libraries and headers are available via pkg-config.
+- Makefile reorganisation:
+ * icedtea-ecj is now icedtea-boot and patches/ecj is now
+ patches/boot.
+ * The icedtea-against-icedtea target is now icedtea-stage2.
+ The icedtea-against-ecj target is now icedtea-stage1.
New in release 1.11 (2009-08-06)
More information about the distro-pkg-dev
mailing list