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 b1664448c6d3 in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=b1664448c6d3
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 d71caa862c99 -r b1664448c6d3 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 d71caa862c99 -r b1664448c6d3 Makefile.am
--- a/Makefile.am Tue Dec 11 11:40:54 2007 -0500
+++ b/Makefile.am Tue Dec 11 11:46:52 2007 -0500
@@ -137,7 +137,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; \
@@ -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 [ $(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 d71caa862c99 -r b1664448c6d3 Makefile.in
--- a/Makefile.in Tue Dec 11 11:40:54 2007 -0500
+++ b/Makefile.in Tue Dec 11 11:46:52 2007 -0500
@@ -622,7 +622,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; \
@@ -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 [ $(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