changeset in /hg/icedtea: 2007-11-16 Lillian Angel <langel at red...
Lillian Angel
langel at redhat.com
Wed Jan 16 07:09:27 PST 2008
changeset 19859a1d0e56 in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=19859a1d0e56
description:
2007-11-16 Lillian Angel <langel at redhat.com>
* INSTALL: Updated.
diffstat:
2 files changed, 10 insertions(+), 5 deletions(-)
ChangeLog | 4 ++++
INSTALL | 11 ++++++-----
diffs (42 lines):
diff -r b35b62ad6ca7 -r 19859a1d0e56 ChangeLog
--- a/ChangeLog Fri Nov 16 18:04:31 2007 -0500
+++ b/ChangeLog Fri Nov 16 23:15:44 2007 -0500
@@ -1,3 +1,7 @@ 2007-11-16 Thomas Fitzsimmons <fitzsim
+2007-11-16 Lillian Angel <langel at redhat.com>
+
+ * INSTALL: Updated.
+
2007-11-16 Thomas Fitzsimmons <fitzsim at redhat.com>
* Makefile.am (ICEDTEA_PATCHES): Add
diff -r b35b62ad6ca7 -r 19859a1d0e56 INSTALL
--- a/INSTALL Fri Nov 16 18:04:31 2007 -0500
+++ b/INSTALL Fri Nov 16 23:15:44 2007 -0500
@@ -30,21 +30,22 @@ libpng-devel
libpng-devel
libjpeg-devel
zlib-devel
-java-1.7.0-icedtea-devel (or IcedTea <= b19 built)
See ./configure --help if you need to override defaults.
+To bootstrap IcedTea with ecj:
./configure
- --with-icedtea-home=/path/to/old/icedtea
- [default /usr/lib/jvm/java-icedtea]
make
+
+To build IcedTea with an older version of IcedTea, use:
+./configure --with-icedtea [default location: /usr/lib/jvm/java-icedtea]
+make
+
There is currently no install target.
IcedTea ends up in openjdk/control/build/linux-i586 or
openjdk/control/build/linux-amd64 when the build completes.
-
-This builds IcedTea against a previously built IcedTea.
Rebuilding The IcedTea Plugs
More information about the distro-pkg-dev
mailing list