changeset in /hg/icedtea: 2008-01-11 Lillian Angel <langel at red...
Lillian Angel
langel at redhat.com
Wed Jan 16 07:09:48 PST 2008
changeset 0a9a1dfc3ff4 in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=0a9a1dfc3ff4
description:
2008-01-11 Lillian Angel <langel at redhat.com>
* Makefile.am
(icedtea): Added missing target. No longer failing.
* Makefile.in: Likewise.
diffstat:
2 files changed, 8 insertions(+), 1 deletion(-)
ChangeLog | 6 ++++++
Makefile.am | 3 ++-
diffs (26 lines):
diff -r cac8a8cbf3c3 -r 0a9a1dfc3ff4 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 cac8a8cbf3c3 -r 0a9a1dfc3ff4 Makefile.am
--- a/Makefile.am Thu Jan 10 14:59:45 2008 -0500
+++ b/Makefile.am Fri Jan 11 09:03:32 2008 -0500
@@ -435,7 +435,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) \
More information about the distro-pkg-dev
mailing list