changeset in /hg/icedtea: 2008-01-16 Lillian Angel <langel at red...
Lillian Angel
langel at redhat.com
Wed Jan 16 09:23:49 PST 2008
changeset ad24a83300f6 in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=ad24a83300f6
description:
2008-01-16 Lillian Angel <langel at redhat.com>
* Makefile.am: Fixed typo.
* Makefile.in: Regenerate.
diffstat:
3 files changed, 9 insertions(+), 4 deletions(-)
ChangeLog | 5 +++++
Makefile.am | 2 +-
Makefile.in | 6 +++---
diffs (49 lines):
diff -r 258f1268bd5e -r ad24a83300f6 ChangeLog
--- a/ChangeLog Wed Jan 16 11:07:41 2008 -0500
+++ b/ChangeLog Wed Jan 16 12:19:04 2008 -0500
@@ -1,3 +1,8 @@ 2008-01-16 Lillian Angel <langel at redha
+2008-01-16 Lillian Angel <langel at redhat.com>
+
+ * Makefile.am: Fixed typo.
+ * Makefile.in: Regenerate.
+
2008-01-16 Lillian Angel <langel at redhat.com>
* patches/icedtea-ecj.patch
diff -r 258f1268bd5e -r ad24a83300f6 Makefile.am
--- a/Makefile.am Wed Jan 16 11:07:41 2008 -0500
+++ b/Makefile.am Wed Jan 16 12:19:04 2008 -0500
@@ -215,7 +215,7 @@ ICEDTEA_PATCHES = \
patches/icedtea-timerqueue.patch \
patches/icedtea-jnlp-launcher.patch \
patches/icedtea-generated.patch \
- patches/icedtea-lib64.patch
+ patches/icedtea-lib64.patch \
$(FAST_BUILD_PATCH) \
$(DISTRIBUTION_PATCHES)
diff -r 258f1268bd5e -r ad24a83300f6 Makefile.in
--- a/Makefile.in Wed Jan 16 11:07:41 2008 -0500
+++ b/Makefile.in Wed Jan 16 12:19:04 2008 -0500
@@ -314,7 +314,9 @@ ICEDTEA_PATCHES = \
patches/icedtea-timerqueue.patch \
patches/icedtea-jnlp-launcher.patch \
patches/icedtea-generated.patch \
- patches/icedtea-lib64.patch
+ patches/icedtea-lib64.patch \
+ $(FAST_BUILD_PATCH) \
+ $(DISTRIBUTION_PATCHES)
# Patch OpenJDK for plug replacements and ecj.
@@ -718,8 +720,6 @@ stamps/ports.stamp: stamps/clone.stamp
done
mkdir -p stamps
touch stamps/ports.stamp
- $(FAST_BUILD_PATCH) \
- $(DISTRIBUTION_PATCHES)
stamps/patch.stamp: stamps/clone.stamp
for p in $(ICEDTEA_PATCHES) ; \
diff -r 258f1268bd5e -r ad24a83300f6 generated/sun/awt/X11/generator/sizer.32
Binary file generated/sun/awt/X11/generator/sizer.32 has changed
More information about the distro-pkg-dev
mailing list