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

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


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

	        Fixes Bug #93
	        * Makefile.am
	        (clean): New target- alias for distclean.
	        (ports): New target- alias for stamps/ports.stamp.

diffstat:

3 files changed, 16 insertions(+), 2 deletions(-)
ChangeLog   |    8 ++++++++
Makefile.am |    4 ++++
Makefile.in |    6 ++++--

diffs (51 lines):

diff -r 192f950f18eb -r e93a5415014f ChangeLog
--- a/ChangeLog	Mon Jan 07 12:14:51 2008 -0500
+++ b/ChangeLog	Mon Jan 07 14:22:26 2008 -0500
@@ -1,5 +1,13 @@ 2008-01-07  Lillian Angel  <langel at redha
 2008-01-07  Lillian Angel  <langel at redhat.com>
 
+	Fixes Bug #93
+	* Makefile.am
+	(clean): New target- alias for distclean.
+	(ports): New target- alias for stamps/ports.stamp.
+
+2008-01-07  Lillian Angel  <langel at redhat.com>
+	
+	Fixes Bug #92
 	* Makefile.am
 	(gcjwebplugin.so): Added check for ENABLE_PLUGIN.
 	* Makefile.in: Regenerate.
diff -r 192f950f18eb -r e93a5415014f Makefile.am
--- a/Makefile.am	Mon Jan 07 12:14:51 2008 -0500
+++ b/Makefile.am	Mon Jan 07 14:22:26 2008 -0500
@@ -718,3 +718,7 @@ tools-copy-source-files: stamps/tools-co
 tools-copy-source-files: stamps/tools-copy-source-files.stamp
 
 tools: stamps/tools.stamp
+
+ports: stamps/ports.stamp
+
+clean: distclean-local
diff -r 192f950f18eb -r e93a5415014f Makefile.in
--- a/Makefile.in	Mon Jan 07 12:14:51 2008 -0500
+++ b/Makefile.in	Mon Jan 07 14:22:26 2008 -0500
@@ -503,8 +503,6 @@ maintainer-clean-generic:
 maintainer-clean-generic:
 	@echo "This command is intended for maintainers to use"
 	@echo "it deletes files that may require special tools to rebuild."
-clean: clean-am
-
 clean-am: clean-generic mostlyclean-am
 
 distclean: distclean-am
@@ -1091,6 +1089,10 @@ tools-copy-source-files: stamps/tools-co
 tools-copy-source-files: stamps/tools-copy-source-files.stamp
 
 tools: stamps/tools.stamp
+
+ports: stamps/ports.stamp
+
+clean: distclean-local
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
 .NOEXPORT:



More information about the distro-pkg-dev mailing list