changeset in /hg/icedtea: 2008-01-11 Lillian Angel <langel at red...
Lillian Angel
langel at redhat.com
Fri Jan 11 06:07:01 PST 2008
changeset 57e4b6c4b72f in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=57e4b6c4b72f
description:
2008-01-11 Lillian Angel <langel at redhat.com>
* Makefile.am
(icedtea): Added missing target. No longer failing.
* Makefile.in: Likewise.
diffstat:
3 files changed, 10 insertions(+), 2 deletions(-)
ChangeLog | 6 ++++++
Makefile.am | 3 ++-
Makefile.in | 3 ++-
diffs (39 lines):
diff -r a8695cc765aa -r 57e4b6c4b72f ChangeLog
--- a/ChangeLog Thu Jan 10 14:59:45 2008 -0500
+++ b/ChangeLog Fri Jan 11 09:03:32 2008 -0500
@@ -1,3 +1,9 @@ 2008-01-10 Lillian Angel <langel at redha
+2008-01-11 Lillian Angel <langel at redhat.com>
+
+ * Makefile.am
+ (icedtea): Added missing target. No longer failing.
+ * Makefile.in: Likewise.
+
2008-01-10 Lillian Angel <langel at redhat.com>
* .hgignore: Updated.
diff -r a8695cc765aa -r 57e4b6c4b72f Makefile.am
--- a/Makefile.am Thu Jan 10 14:59:45 2008 -0500
+++ b/Makefile.am Fri Jan 11 09:03:32 2008 -0500
@@ -411,7 +411,8 @@ endif
# If you change anything here in the icedtea target, please make sure
# you change it in the icedtea-debug target as well.
-icedtea: stamps/hotspot-tools.stamp stamps/plugs.stamp \
+icedtea: stamps/bootstrap-directory-symlink.stamp \
+ stamps/hotspot-tools.stamp stamps/plugs.stamp \
stamps/ports.stamp stamps/patch.stamp gcjwebplugin.so \
stamps/tools.stamp
$(MAKE) \
diff -r a8695cc765aa -r 57e4b6c4b72f Makefile.in
--- a/Makefile.in Thu Jan 10 14:59:45 2008 -0500
+++ b/Makefile.in Fri Jan 11 09:03:32 2008 -0500
@@ -892,7 +892,8 @@ clean-bootstrap-directory-symlink-ecj:
# If you change anything here in the icedtea target, please make sure
# you change it in the icedtea-debug target as well.
-icedtea: stamps/hotspot-tools.stamp stamps/plugs.stamp \
+icedtea: stamps/bootstrap-directory-symlink.stamp \
+ stamps/hotspot-tools.stamp stamps/plugs.stamp \
stamps/ports.stamp stamps/patch.stamp gcjwebplugin.so \
stamps/tools.stamp
$(MAKE) \
More information about the distro-pkg-dev
mailing list