/hg/icedtea6: Remove linking of non-existent platform_zero.in
andrew at icedtea.classpath.org
andrew at icedtea.classpath.org
Tue Jun 22 11:10:36 PDT 2010
changeset 038bfe38cab1 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=038bfe38cab1
author: Andrew John Hughes <ahughes at redhat.com>
date: Tue Jun 22 19:10:30 2010 +0100
Remove linking of non-existent platform_zero.in
2010-06-22 Andrew John Hughes <ahughes at redhat.com>
* Makefile.am: (ports.stamp): Remove unneeded
linking of platform_zero (no longer exists).
diffstat:
2 files changed, 7 insertions(+), 2 deletions(-)
ChangeLog | 6 ++++++
Makefile.am | 3 +--
diffs (26 lines):
diff -r 507d3308f9c9 -r 038bfe38cab1 ChangeLog
--- a/ChangeLog Tue Jun 22 18:15:40 2010 +0100
+++ b/ChangeLog Tue Jun 22 19:10:30 2010 +0100
@@ -1,3 +1,9 @@ 2010-06-22 Andrew John Hughes <ahughes
+2010-06-22 Andrew John Hughes <ahughes at redhat.com>
+
+ * Makefile.am:
+ (ports.stamp): Remove unneeded linking of
+ platform_zero (no longer exists).
+
2010-06-22 Andrew John Hughes <ahughes at redhat.com>
* Makefile.am:
diff -r 507d3308f9c9 -r 038bfe38cab1 Makefile.am
--- a/Makefile.am Tue Jun 22 18:15:40 2010 +0100
+++ b/Makefile.am Tue Jun 22 19:10:30 2010 +0100
@@ -896,8 +896,7 @@ clean-replace-hotspot:
# Copy ports sources into tree
stamps/ports.stamp: stamps/replace-hotspot.stamp
- for target in $(abs_top_srcdir)/ports/hotspot/make/*/platform_zero.in \
- $(abs_top_srcdir)/ports/hotspot/make/*/makefiles/* \
+ for target in $(abs_top_srcdir)/ports/hotspot/make/*/makefiles/* \
$(abs_top_srcdir)/ports/hotspot/tools \
$(abs_top_srcdir)/ports/hotspot/src/*cpu/* \
$(abs_top_srcdir)/ports/hotspot/src/share/vm/*; do \
More information about the distro-pkg-dev
mailing list