changeset in /hg/icedtea: 2007-09-13 Andrew Haley <aph at redhat....

Andrew Haley aph at redhat.com
Thu Sep 13 06:14:55 PDT 2007


changeset 9cd798d1956b in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=9cd798d1956b
description:
	2007-09-13  Andrew Haley  <aph at redhat.com>

	        * Makefile.am (icedtea-debug): Correct dependencies.

diffstat:

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

diffs (75 lines):

diff -r d312ad01f249 -r 9cd798d1956b ChangeLog
--- a/ChangeLog	Thu Sep 13 00:15:40 2007 -0400
+++ b/ChangeLog	Thu Sep 13 15:11:28 2007 +0100
@@ -1,3 +1,7 @@ 2007-09-13  Lillian Angel  <langel at redha
+2007-09-13  Andrew Haley  <aph at redhat.com>
+
+	* Makefile.am (icedtea-debug): Correct dependencies.
+
 2007-09-13  Lillian Angel  <langel at redhat.com>
 
 	* Makefile.am: Fixed target typo.
diff -r d312ad01f249 -r 9cd798d1956b Makefile.am
--- a/Makefile.am	Thu Sep 13 00:15:40 2007 -0400
+++ b/Makefile.am	Thu Sep 13 15:11:28 2007 +0100
@@ -341,6 +341,8 @@ else
   MEMORY_LIMIT =
 endif
 
+# If you change anything here in the icedtea target, please make sure
+# you change it in the icedtea-debug target as well.
 icedtea: stamps/tools.stamp stamps/plugs.stamp stamps/extract.stamp \
 	stamps/patch.stamp gcjwebplugin.so
 	$(MAKE) \
@@ -352,8 +354,8 @@ icedtea: stamps/tools.stamp stamps/plugs
 	  openjdk/control/build/$(LINUX_DIR)/j2re-image/lib/$(INSTALL_ARCH_DIR)
 	@echo "IcedTea is served:" openjdk/control/build/$(LINUX_DIR)
 
-icedtea-debug: stamps/bootstrap-directory-symlink-ecj.stamp stamps/tools.stamp \
-	 stamps/plugs.stamp stamps/extract.stamp \
+icedtea-debug: 	stamps/bootstrap-directory-symlink.stamp \
+	stamps/tools.stamp stamps/plugs.stamp stamps/extract.stamp \
 	stamps/patch.stamp gcjwebplugin.so
 	$(MAKE) \
 	  $(ICEDTEA_ENV) \
@@ -363,7 +365,7 @@ icedtea-debug: stamps/bootstrap-director
 	  openjdk/control/build/$(LINUX_DIR)-debug/j2sdk-image/jre/lib/$(INSTALL_ARCH_DIR)
 	cp -af gcjwebplugin.so \
 	  openjdk/control/build/$(LINUX_DIR)-debug/j2re-image/lib/$(INSTALL_ARCH_DIR)
-	@echo "Debug-flavoured IcedTea is served:" \
+	@echo "IcedTea (debug build) is served:" \
 	  openjdk/control/build/$(LINUX_DIR)-debug
 
 clean-icedtea: stamps/extract.stamp
diff -r d312ad01f249 -r 9cd798d1956b Makefile.in
--- a/Makefile.in	Thu Sep 13 00:15:40 2007 -0400
+++ b/Makefile.in	Thu Sep 13 15:11:28 2007 +0100
@@ -827,6 +827,8 @@ clean-bootstrap-directory-symlink-ecj:
 	rm -f stamps/bootstrap-directory-symlink-ecj.stamp
 	rm -f bootstrap/jdk1.6.0
 
+# If you change anything here in the icedtea target, please make sure
+# you change it in the icedtea-debug target as well.
 icedtea: stamps/tools.stamp stamps/plugs.stamp stamps/extract.stamp \
 	stamps/patch.stamp gcjwebplugin.so
 	$(MAKE) \
@@ -838,8 +840,8 @@ icedtea: stamps/tools.stamp stamps/plugs
 	  openjdk/control/build/$(LINUX_DIR)/j2re-image/lib/$(INSTALL_ARCH_DIR)
 	@echo "IcedTea is served:" openjdk/control/build/$(LINUX_DIR)
 
-icedtea-debug: stamps/bootstrap-directory-symlink-ecj.stamp stamps/tools.stamp \
-	 stamps/plugs.stamp stamps/extract.stamp \
+icedtea-debug: 	stamps/bootstrap-directory-symlink.stamp \
+	stamps/tools.stamp stamps/plugs.stamp stamps/extract.stamp \
 	stamps/patch.stamp gcjwebplugin.so
 	$(MAKE) \
 	  $(ICEDTEA_ENV) \
@@ -849,7 +851,7 @@ icedtea-debug: stamps/bootstrap-director
 	  openjdk/control/build/$(LINUX_DIR)-debug/j2sdk-image/jre/lib/$(INSTALL_ARCH_DIR)
 	cp -af gcjwebplugin.so \
 	  openjdk/control/build/$(LINUX_DIR)-debug/j2re-image/lib/$(INSTALL_ARCH_DIR)
-	@echo "Debug-flavoured IcedTea is served:" \
+	@echo "IcedTea (debug build) is served:" \
 	  openjdk/control/build/$(LINUX_DIR)-debug
 
 clean-icedtea: stamps/extract.stamp



More information about the distro-pkg-dev mailing list