changeset in /hg/icedtea: Fix placement of endifs.
Andrew John Hughes
ahughes at redhat.com
Wed May 27 11:58:34 PDT 2009
changeset caf6ea78c242 in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=caf6ea78c242
description:
Fix placement of endifs.
2009-05-27 Andrew John Hughes <ahughes at redhat.com>
* Makefile.am:
Fix endif placement.
diffstat:
2 files changed, 13 insertions(+), 9 deletions(-)
ChangeLog | 5 +++++
Makefile.am | 17 ++++++++---------
diffs (53 lines):
diff -r 31e361735a0c -r caf6ea78c242 ChangeLog
--- a/ChangeLog Wed May 27 19:35:49 2009 +0100
+++ b/ChangeLog Wed May 27 20:01:08 2009 +0100
@@ -1,3 +1,8 @@ 2009-05-27 Andrew John Hughes <ahughes
+2009-05-27 Andrew John Hughes <ahughes at redhat.com>
+
+ * Makefile.am:
+ Fix endif placement.
+
2009-05-27 Andrew John Hughes <ahughes at redhat.com>
* Makefile.am:
diff -r 31e361735a0c -r caf6ea78c242 Makefile.am
--- a/Makefile.am Wed May 27 19:35:49 2009 +0100
+++ b/Makefile.am Wed May 27 20:01:08 2009 +0100
@@ -1786,14 +1786,6 @@ else
else
$(HG) fclone $(ICEDTEA_HG_URL) openjdk;
endif
-endif
-endif
-endif
-endif
-endif
-endif
-endif
-endif
else
if ! echo "$(OPENJDK_MD5SUM) $(OPENJDK_SRC_ZIP)" \
| $(MD5SUM) --check ; \
@@ -1858,6 +1850,14 @@ else
fi ; \
$(WGET) $(HS_URL)/archive/$(HS_CHANGESET).tar.gz -O $(HOTSPOT_SRC_ZIP) ; \
fi
+endif
+endif
+endif
+endif
+endif
+endif
+endif
+endif
endif
if BUILD_CACAO
if !USE_SYSTEM_CACAO
@@ -2936,7 +2936,6 @@ ICEDTEA_COPY_DIRS = \
sun/awt/ \
javax/net/ssl \
javax/script
-endif
stamps/copy-source-files.stamp: stamps/overlay.stamp
for copy_dir in $(ICEDTEA_COPY_DIRS) ; \
More information about the distro-pkg-dev
mailing list