changeset in /hg/icedtea: 2008-01-09 Lillian Angel <langel at red...

Lillian Angel langel at redhat.com
Wed Jan 9 13:31:12 PST 2008


changeset 12834437cf72 in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=12834437cf72
description:
	2008-01-09  Lillian Angel  <langel at redhat.com>

	        * Makefile.am: Added missing target aliases.
	        * Makefile.in: Likewise.

diffstat:

3 files changed, 17 insertions(+), 8 deletions(-)
ChangeLog   |    5 +++++
Makefile.am |   10 ++++++----
Makefile.in |   10 ++++++----

diffs (81 lines):

diff -r bb4e2512ea29 -r 12834437cf72 ChangeLog
--- a/ChangeLog	Wed Jan 09 14:22:14 2008 -0500
+++ b/ChangeLog	Wed Jan 09 16:28:17 2008 -0500
@@ -1,3 +1,8 @@ 2008-01-09  Joshua Sumali  <jsumali at redh
+2008-01-09  Lillian Angel  <langel at redhat.com>
+
+	* Makefile.am: Added missing target aliases.
+	* Makefile.in: Likewise.
+
 2008-01-09  Joshua Sumali  <jsumali at redhat.com>
 
 	* Makefile.am: Added building of NetX as our drop-in replacement for
diff -r bb4e2512ea29 -r 12834437cf72 Makefile.am
--- a/Makefile.am	Wed Jan 09 14:22:14 2008 -0500
+++ b/Makefile.am	Wed Jan 09 16:28:17 2008 -0500
@@ -689,8 +689,8 @@ clean-tools:
 	rm -rf stamps/tools-class-files.stamp
 	rm -rf tools-source-files.txt
 
-# All Stamped Targets
-# ===================
+# Target Aliases
+# ===============
 
 bootstrap-directory-ecj: stamps/bootstrap-directory-ecj.stamp
 
@@ -706,8 +706,6 @@ clone: stamps/clone.stamp
 
 clone-ecj: stamps/clone-ecj.stamp
 
-clone: stamps/clone.stamp
-
 icedtea-against-ecj: stamps/icedtea-against-ecj.stamp
 
 icedtea-ecj: stamps/icedtea-ecj.stamp
@@ -728,6 +726,10 @@ hotspot-tools: stamps/hotspot-tools.stam
 
 tools: stamps/tools.stamp
 
+tools-class-files: stamps/tools-class-files.stamp
+
 ports: stamps/ports.stamp
 
+ports-ecj: stamps/ports-ecj.stamp
+
 clean: distclean-local
diff -r bb4e2512ea29 -r 12834437cf72 Makefile.in
--- a/Makefile.in	Wed Jan 09 14:22:14 2008 -0500
+++ b/Makefile.in	Wed Jan 09 16:28:17 2008 -0500
@@ -1142,8 +1142,8 @@ clean-tools:
 	rm -rf stamps/tools-class-files.stamp
 	rm -rf tools-source-files.txt
 
-# All Stamped Targets
-# ===================
+# Target Aliases
+# ===============
 
 bootstrap-directory-ecj: stamps/bootstrap-directory-ecj.stamp
 
@@ -1159,8 +1159,6 @@ clone: stamps/clone.stamp
 
 clone-ecj: stamps/clone-ecj.stamp
 
-clone: stamps/clone.stamp
-
 icedtea-against-ecj: stamps/icedtea-against-ecj.stamp
 
 icedtea-ecj: stamps/icedtea-ecj.stamp
@@ -1181,7 +1179,11 @@ hotspot-tools: stamps/hotspot-tools.stam
 
 tools: stamps/tools.stamp
 
+tools-class-files: stamps/tools-class-files.stamp
+
 ports: stamps/ports.stamp
+
+ports-ecj: stamps/ports-ecj.stamp
 
 clean: distclean-local
 # Tell versions [3.59,3.63) of GNU make to not export all variables.



More information about the distro-pkg-dev mailing list