changeset in /hg/icedtea6: 2009-04-17 Lillian Angel <langel at re...
Lillian Angel
langel at redhat.com
Fri Apr 17 06:56:38 PDT 2009
changeset 7408dba85141 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=7408dba85141
description:
2009-04-17 Lillian Angel <langel at redhat.com>
* Makefile.am
(icedtea-ecj.stamp): Fixed makefile path.
diffstat:
2 files changed, 8 insertions(+), 3 deletions(-)
ChangeLog | 5 +++++
Makefile.am | 6 +++---
diffs (40 lines):
diff -r 7e38108fb278 -r 7408dba85141 ChangeLog
--- a/ChangeLog Thu Apr 16 11:26:48 2009 -0400
+++ b/ChangeLog Fri Apr 17 09:57:01 2009 -0400
@@ -1,3 +1,8 @@ 2009-04-16 Lillian Angel <langel at redha
+2009-04-17 Lillian Angel <langel at redhat.com>
+
+ * Makefile.am
+ (icedtea-ecj.stamp): Fixed makefile path.
+
2009-04-16 Lillian Angel <langel at redhat.com>
* HACKING: Updated.
diff -r 7e38108fb278 -r 7408dba85141 Makefile.am
--- a/Makefile.am Thu Apr 16 11:26:48 2009 -0400
+++ b/Makefile.am Fri Apr 17 09:57:01 2009 -0400
@@ -1269,7 +1269,7 @@ stamps/icedtea-ecj.stamp: stamps/bootstr
stamps/ports-ecj.stamp stamps/patch-ecj.stamp stamps/cacao.stamp
$(ARCH_PREFIX) $(MAKE) \
$(ICEDTEA_ENV_ECJ) \
- -C openjdk-ecj/make \
+ -C openjdk-ecj/ \
$(ICEDTEA_BUILD_TARGET)
@echo "ecj-poured IcedTea is served:" \
$(ECJ_BUILD_OUTPUT_DIR)
@@ -1291,13 +1291,13 @@ hotspot-helper: stamps/bootstrap-directo
stamps/ports-ecj.stamp stamps/patch-ecj.stamp
$(ARCH_PREFIX) $(MAKE) \
$(ICEDTEA_ENV_ECJ) \
- -C openjdk-ecj/make hotspot
+ -C openjdk-ecj/ hotspot
clean-icedtea-ecj: stamps/extract-ecj.stamp
rm -f stamps/icedtea-ecj.stamp
$(ARCH_PREFIX) $(MAKE) \
$(ICEDTEA_ENV_ECJ) \
- -C openjdk-ecj/make clobber
+ -C openjdk-ecj/ clobber
stamps/icedtea-against-ecj.stamp: \
stamps/bootstrap-directory-symlink-ecj.stamp \
More information about the distro-pkg-dev
mailing list