changeset 551:e93a5415014f cacao

2008-01-07 Lillian Angel <langel@redhat.com> Fixes Bug #93 * Makefile.am (clean): New target- alias for distclean. (ports): New target- alias for stamps/ports.stamp.
author Lillian Angel <langel@redhat.com>
date Mon, 07 Jan 2008 14:22:26 -0500
parents 192f950f18eb
children 5beec17eace2
files ChangeLog Makefile.am Makefile.in
diffstat 3 files changed, 16 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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@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@redhat.com>
+	
+	Fixes Bug #92
 	* Makefile.am
 	(gcjwebplugin.so): Added check for ENABLE_PLUGIN.
 	* Makefile.in: Regenerate.
--- 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-copy-source-files.stamp
 
 tools: stamps/tools.stamp
+
+ports: stamps/ports.stamp
+
+clean: distclean-local
--- 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:
 	@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-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: