changeset in /hg/icedtea: 2007-12-11 Lillian Angel <langel at red...
Lillian Angel
langel at redhat.com
Tue Dec 11 08:42:09 PST 2007
changeset cbb4f402ba6a in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=cbb4f402ba6a
description:
2007-12-11 Lillian Angel <langel at redhat.com>
* Makefile.am (stamps/clone-ecj.stamp): Fixed typo.
* Makefile.in: Regenerate.
diffstat:
3 files changed, 7 insertions(+), 2 deletions(-)
ChangeLog | 5 +++++
Makefile.am | 2 +-
Makefile.in | 2 +-
diffs (36 lines):
diff -r e383e1d1a614 -r cbb4f402ba6a ChangeLog
--- a/ChangeLog Mon Dec 10 21:13:50 2007 -0500
+++ b/ChangeLog Tue Dec 11 11:40:54 2007 -0500
@@ -1,3 +1,8 @@ 2007-12-10 Lillian Angel <langel at redha
+2007-12-11 Lillian Angel <langel at redhat.com>
+
+ * Makefile.am (stamps/clone-ecj.stamp): Fixed typo.
+ * Makefile.in: Regenerate.
+
2007-12-10 Lillian Angel <langel at redhat.com>
* INSTALL: Updated important targets section.
diff -r e383e1d1a614 -r cbb4f402ba6a Makefile.am
--- a/Makefile.am Mon Dec 10 21:13:50 2007 -0500
+++ b/Makefile.am Tue Dec 11 11:40:54 2007 -0500
@@ -228,7 +228,7 @@ clean-patch:
# Extract OpenJDK sources for ecj.
stamps/clone-ecj.stamp: stamps/clone.stamp
- if ! test -d openjdk ; then \
+ if ! test -d openjdk-ecj ; then \
if [ $(OPENJDK_SRC_ZIP) ] ; \
then \
$(UNZIP) -q $(OPENJDK_SRC_ZIP) -d tmp-ecj; \
diff -r e383e1d1a614 -r cbb4f402ba6a Makefile.in
--- a/Makefile.in Mon Dec 10 21:13:50 2007 -0500
+++ b/Makefile.in Tue Dec 11 11:40:54 2007 -0500
@@ -729,7 +729,7 @@ clean-patch:
# Extract OpenJDK sources for ecj.
stamps/clone-ecj.stamp: stamps/clone.stamp
- if ! test -d openjdk ; then \
+ if ! test -d openjdk-ecj ; then \
if [ $(OPENJDK_SRC_ZIP) ] ; \
then \
$(UNZIP) -q $(OPENJDK_SRC_ZIP) -d tmp-ecj; \
More information about the distro-pkg-dev
mailing list