changeset in /hg/icedtea: 2007-12-11 Lillian Angel <langel at red...

Lillian Angel langel at redhat.com
Tue Dec 11 08:48:03 PST 2007


changeset 6d67252885d0 in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=6d67252885d0
description:
	2007-12-11  Lillian Angel  <langel at redhat.com>

	        * Makefile.am
	        (stamps/clone-ecj.stamp): Added -n to test.
	        (stamps/clone.stamp): Likewise.
	        * Makefile.in: Regenerate.

diffstat:

3 files changed, 11 insertions(+), 4 deletions(-)
ChangeLog   |    7 +++++++
Makefile.am |    4 ++--
Makefile.in |    4 ++--

diffs (56 lines):

diff -r cbb4f402ba6a -r 6d67252885d0 ChangeLog
--- a/ChangeLog	Tue Dec 11 11:40:54 2007 -0500
+++ b/ChangeLog	Tue Dec 11 11:46:52 2007 -0500
@@ -1,3 +1,10 @@ 2007-12-11  Lillian Angel  <langel at redha
+2007-12-11  Lillian Angel  <langel at redhat.com>
+
+	* Makefile.am 
+	(stamps/clone-ecj.stamp): Added -n to test.
+	(stamps/clone.stamp): Likewise.
+	* Makefile.in: Regenerate.
+
 2007-12-11  Lillian Angel  <langel at redhat.com>
 	
 	* Makefile.am (stamps/clone-ecj.stamp): Fixed typo.
diff -r cbb4f402ba6a -r 6d67252885d0 Makefile.am
--- a/Makefile.am	Tue Dec 11 11:40:54 2007 -0500
+++ b/Makefile.am	Tue Dec 11 11:46:52 2007 -0500
@@ -125,7 +125,7 @@ endif
 
 stamps/clone.stamp:
 	if ! test -d openjdk ; then \
-	  if [ $(OPENJDK_SRC_ZIP) ] ; then \
+	  if [ -n $(OPENJDK_SRC_ZIP) ] ; then \
 	    $(UNZIP) -q $(OPENJDK_SRC_ZIP) ; \
 	  else \
 	    hg fclone -r jdk7-$(OPENJDK_VERSION) $(OPENJDK_URL) openjdk; \
@@ -229,7 +229,7 @@ clean-patch:
 # Extract OpenJDK sources for ecj.
 stamps/clone-ecj.stamp: stamps/clone.stamp
 	if ! test -d openjdk-ecj ; then \
-  	  if [ $(OPENJDK_SRC_ZIP) ] ; \
+  	  if [ -n $(OPENJDK_SRC_ZIP) ] ; \
           then \
             $(UNZIP) -q $(OPENJDK_SRC_ZIP) -d tmp-ecj; \
 	    mv tmp-ecj/openjdk openjdk-ecj ; \
diff -r cbb4f402ba6a -r 6d67252885d0 Makefile.in
--- a/Makefile.in	Tue Dec 11 11:40:54 2007 -0500
+++ b/Makefile.in	Tue Dec 11 11:46:52 2007 -0500
@@ -673,7 +673,7 @@ dist-openjdk:
 
 stamps/clone.stamp:
 	if ! test -d openjdk ; then \
-	  if [ $(OPENJDK_SRC_ZIP) ] ; then \
+	  if [ -n $(OPENJDK_SRC_ZIP) ] ; then \
 	    $(UNZIP) -q $(OPENJDK_SRC_ZIP) ; \
 	  else \
 	    hg fclone -r jdk7-$(OPENJDK_VERSION) $(OPENJDK_URL) openjdk; \
@@ -730,7 +730,7 @@ clean-patch:
 # Extract OpenJDK sources for ecj.
 stamps/clone-ecj.stamp: stamps/clone.stamp
 	if ! test -d openjdk-ecj ; then \
-  	  if [ $(OPENJDK_SRC_ZIP) ] ; \
+  	  if [ -n $(OPENJDK_SRC_ZIP) ] ; \
           then \
             $(UNZIP) -q $(OPENJDK_SRC_ZIP) -d tmp-ecj; \
 	    mv tmp-ecj/openjdk openjdk-ecj ; \



More information about the distro-pkg-dev mailing list