[prev in list] [next in list] [prev in thread] [next in thread] 

List:       openjdk-distro-pkg-dev
Subject:    changeset in /hg/icedtea: 2007-10-09  Lillian Angel  <langel@red...
From:       langel () redhat ! com (Lillian Angel)
Date:       2007-10-18 10:02:34
Message-ID: hg.995db5875a72.1192701754.-6899778133799504387 () icedtea ! classpath ! org
[Download RAW message or body]

changeset 995db5875a72 in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=995db5875a72
description:
	2007-10-09  Lillian Angel  <langel at redhat.com>

	        * Makefile.am: Added sanity check for bootstrap/jdk1.6.0/bin/java in
	        stamps/bootstrap-directory-symlink.stamp target.

diffstat:

3 files changed, 17 insertions(+)
ChangeLog   |    5 +++++
Makefile.am |    6 ++++++
Makefile.in |    6 ++++++

diffs (44 lines):

diff -r d26755088640 -r 995db5875a72 ChangeLog
--- a/ChangeLog	Tue Oct 09 11:33:56 2007 -0400
+++ b/ChangeLog	Tue Oct 09 12:15:36 2007 -0400
@@ -1,3 +1,8 @@ 2007-10-09  Lillian Angel  <langel at redha
+2007-10-09  Lillian Angel  <langel at redhat.com>
+
+	* Makefile.am: Added sanity check for bootstrap/jdk1.6.0/bin/java in
+	stamps/bootstrap-directory-symlink.stamp target.
+
 2007-10-09  Lillian Angel  <langel at redhat.com>
 
 	* patches/icedtea-java.security.patch: Removed
diff -r d26755088640 -r 995db5875a72 Makefile.am
--- a/Makefile.am	Tue Oct 09 11:33:56 2007 -0400
+++ b/Makefile.am	Tue Oct 09 12:15:36 2007 -0400
@@ -198,6 +198,12 @@ stamps/bootstrap-directory-symlink.stamp
 	mkdir -p bootstrap
 	rm -f bootstrap/jdk1.6.0
 	ln -sf $(SYSTEM_ICEDTEA_DIR) bootstrap/jdk1.6.0
+	if ! bootstrap/jdk1.6.0/bin/java -version ; \
+	  then \
+	    echo "bootstrap/jdk1.6.0/bin/java" \
+		"cannot be found or is corrupted." ; \
+	    exit 1; \
+	fi 
 	mkdir -p stamps
 	touch stamps/bootstrap-directory-symlink.stamp
 
diff -r d26755088640 -r 995db5875a72 Makefile.in
--- a/Makefile.in	Tue Oct 09 11:33:56 2007 -0400
+++ b/Makefile.in	Tue Oct 09 12:15:36 2007 -0400
@@ -689,6 +689,12 @@ stamps/bootstrap-directory-symlink.stamp
 	mkdir -p bootstrap
 	rm -f bootstrap/jdk1.6.0
 	ln -sf $(SYSTEM_ICEDTEA_DIR) bootstrap/jdk1.6.0
+	if ! bootstrap/jdk1.6.0/bin/java -version ; \
+	  then \
+	    echo "bootstrap/jdk1.6.0/bin/java" \
+		"cannot be found or is corrupted." ; \
+	    exit 1; \
+	fi 
 	mkdir -p stamps
 	touch stamps/bootstrap-directory-symlink.stamp
 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic