changeset in /hg/icedtea6: Rename ports target to hotspot-ports.
gnu_andrew at member.fsf.org
gnu_andrew at member.fsf.org
Sun Jun 29 16:54:32 PDT 2008
changeset 129953b612d3 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=129953b612d3
description:
Rename ports target to hotspot-ports.
2008-06-30 Andrew John Hughes <gnu_andrew at member.fsf.org>
* Makefile.am: Rename ports and ports-ecj
aliases to hotspot-ports and hotspot-ports-ecj
to prevent OpenJDK being extracted for make dist.
diffstat:
3 files changed, 12 insertions(+), 6 deletions(-)
ChangeLog | 6 ++++++
Makefile.am | 6 +++---
Makefile.in | 6 +++---
diffs (45 lines):
diff -r a473c58439cd -r 129953b612d3 ChangeLog
--- a/ChangeLog Mon Jun 30 00:43:46 2008 +0100
+++ b/ChangeLog Mon Jun 30 00:47:31 2008 +0100
@@ -1,3 +1,9 @@ 2008-06-30 Andrew John Hughes <gnu_and
+2008-06-30 Andrew John Hughes <gnu_andrew at member.fsf.org>
+
+ * Makefile.am: Rename ports and ports-ecj
+ aliases to hotspot-ports and hotspot-ports-ecj
+ to prevent OpenJDK being extracted for make dist.
+
2008-06-30 Andrew John Hughes <gnu_andrew at member.fsf.org>
* Makefile.am:
diff -r a473c58439cd -r 129953b612d3 Makefile.am
--- a/Makefile.am Mon Jun 30 00:43:46 2008 +0100
+++ b/Makefile.am Mon Jun 30 00:47:31 2008 +0100
@@ -1170,9 +1170,9 @@ hotspot-tools-copy-source-files: stamps/
hotspot-tools: stamps/hotspot-tools.stamp
-ports: stamps/ports.stamp
-
-ports-ecj: stamps/ports-ecj.stamp
+hotspot-ports: stamps/ports.stamp
+
+hotspot-ports-ecj: stamps/ports-ecj.stamp
clean: distclean-local
diff -r a473c58439cd -r 129953b612d3 Makefile.in
--- a/Makefile.in Mon Jun 30 00:43:46 2008 +0100
+++ b/Makefile.in Mon Jun 30 00:47:31 2008 +0100
@@ -1587,9 +1587,9 @@ hotspot-tools-copy-source-files: stamps/
hotspot-tools: stamps/hotspot-tools.stamp
-ports: stamps/ports.stamp
-
-ports-ecj: stamps/ports-ecj.stamp
+hotspot-ports: stamps/ports.stamp
+
+hotspot-ports-ecj: stamps/ports-ecj.stamp
clean: distclean-local
More information about the distro-pkg-dev
mailing list