changeset 1617:d31f7236fd89

Depend on overlay.stamp rather than patch.stamp. Some targets would not apply overlay.stamp early enough (notably when using --with-icedtea/openjdk). As overlay.stamp depends on patch.stamp, later targets should now depend on overlay.stamp so that they work against the complete IcedTea source tree. ChangeLog: 2009-02-05 Andrew John Hughes <ahughes@redhat.com> * Makefile.am: Depend on overlay.stamp rather than patch.stamp.
author Andrew John Hughes <ahughes@redhat.com>
date Fri, 06 Feb 2009 02:04:22 +0000
parents 9923df826001
children 0a04da4b4d6d
files ChangeLog Makefile.am
diffstat 2 files changed, 8 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Feb 05 19:03:06 2009 +0000
+++ b/ChangeLog	Fri Feb 06 02:04:22 2009 +0000
@@ -1,3 +1,8 @@
+2009-02-05  Andrew John Hughes  <ahughes@redhat.com>
+
+	* Makefile.am:
+	Depend on overlay.stamp rather than patch.stamp.
+	
 2009-02-05  Andrew John Hughes  <ahughes@redhat.com>
 
 	Ensure the NIO2 code is in sync with the latest
--- a/Makefile.am	Thu Feb 05 19:03:06 2009 +0000
+++ b/Makefile.am	Fri Feb 06 02:04:22 2009 +0000
@@ -797,7 +797,7 @@
 # ======================================
 
 # Copy over OpenJDK sources for ecj.
-stamps/extract-ecj.stamp: stamps/patch.stamp stamps/overlay.stamp
+stamps/extract-ecj.stamp: stamps/overlay.stamp
 	if ! test -d openjdk-ecj ; then \
 	    cp -pPRl openjdk openjdk-ecj ; \
 	fi
@@ -1216,7 +1216,7 @@
 	javax/script
 endif
 
-stamps/copy-source-files.stamp: stamps/patch.stamp
+stamps/copy-source-files.stamp: stamps/overlay.stamp
 	for copy_dir in $(ICEDTEA_COPY_DIRS) ; \
 	do \
 	  mkdir -p rt/$$copy_dir ; \
@@ -1244,8 +1244,7 @@
         $(SHARE):$(SOLARIS):$(LANGTOOLS):$(JAXP):$(CORBA):$(JAXWS)
 
 # tools.jar class files.
-stamps/hotspot-tools-copy-source-files.stamp: stamps/patch.stamp \
-	stamps/overlay.stamp
+stamps/hotspot-tools-copy-source-files.stamp: stamps/overlay.stamp
 	for copy_dir in \
 	  `cat $(abs_top_srcdir)/tools-copy/tools-jdk-copy-files.txt` ; \
 	do \