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

Lillian Angel langel at redhat.com
Tue Dec 11 08:56:29 PST 2007


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

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

diffstat:

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

diffs (54 lines):

diff -r 6d67252885d0 -r bc75b89403c6 ChangeLog
--- a/ChangeLog	Tue Dec 11 11:46:52 2007 -0500
+++ b/ChangeLog	Tue Dec 11 11:55:17 2007 -0500
@@ -1,7 +1,7 @@ 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-ecj.stamp): Added -z to test, instead of -n.
 	(stamps/clone.stamp): Likewise.
 	* Makefile.in: Regenerate.
 
diff -r 6d67252885d0 -r bc75b89403c6 Makefile.am
--- a/Makefile.am	Tue Dec 11 11:46:52 2007 -0500
+++ b/Makefile.am	Tue Dec 11 11:55:17 2007 -0500
@@ -125,7 +125,7 @@ endif
 
 stamps/clone.stamp:
 	if ! test -d openjdk ; then \
-	  if [ -n $(OPENJDK_SRC_ZIP) ] ; then \
+	  if [ ! -z $(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 [ -n $(OPENJDK_SRC_ZIP) ] ; \
+  	  if [ ! -z $(OPENJDK_SRC_ZIP) ] ; \
           then \
             $(UNZIP) -q $(OPENJDK_SRC_ZIP) -d tmp-ecj; \
 	    mv tmp-ecj/openjdk openjdk-ecj ; \
diff -r 6d67252885d0 -r bc75b89403c6 Makefile.in
--- a/Makefile.in	Tue Dec 11 11:46:52 2007 -0500
+++ b/Makefile.in	Tue Dec 11 11:55:17 2007 -0500
@@ -673,7 +673,7 @@ dist-openjdk:
 
 stamps/clone.stamp:
 	if ! test -d openjdk ; then \
-	  if [ -n $(OPENJDK_SRC_ZIP) ] ; then \
+	  if [ ! -z $(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 [ -n $(OPENJDK_SRC_ZIP) ] ; \
+  	  if [ ! -z $(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