changeset in /hg/icedtea: 2007-12-11 Lillian Angel <langel at red...
Lillian Angel
langel at redhat.com
Wed Jan 16 07:09:37 PST 2008
changeset 3b4865cd5727 in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=3b4865cd5727
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 b1664448c6d3 -r 3b4865cd5727 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 b1664448c6d3 -r 3b4865cd5727 Makefile.am
--- a/Makefile.am Tue Dec 11 11:46:52 2007 -0500
+++ b/Makefile.am Tue Dec 11 11:55:17 2007 -0500
@@ -137,7 +137,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; \
@@ -253,7 +253,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 b1664448c6d3 -r 3b4865cd5727 Makefile.in
--- a/Makefile.in Tue Dec 11 11:46:52 2007 -0500
+++ b/Makefile.in Tue Dec 11 11:55:17 2007 -0500
@@ -622,7 +622,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; \
@@ -679,7 +679,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