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

Lillian Angel langel at redhat.com
Wed Jan 16 07:09:47 PST 2008


changeset d54f9c0dd772 in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=d54f9c0dd772
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 dfda1689bd7a -r d54f9c0dd772 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 dfda1689bd7a -r d54f9c0dd772 Makefile.am
--- a/Makefile.am	Wed Jan 09 14:22:14 2008 -0500
+++ b/Makefile.am	Wed Jan 09 16:28:17 2008 -0500
@@ -713,8 +713,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
 
@@ -730,8 +730,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
@@ -752,6 +750,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 dfda1689bd7a -r d54f9c0dd772 Makefile.in
--- a/Makefile.in	Wed Jan 09 14:22:14 2008 -0500
+++ b/Makefile.in	Wed Jan 09 16:28:17 2008 -0500
@@ -1078,8 +1078,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
 
@@ -1095,8 +1095,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
@@ -1117,7 +1115,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