changeset in /hg/icedtea: Put accidentially removed line back in...
Mark Wielaard
mark at klomp.org
Sun Jun 1 08:58:40 PDT 2008
changeset 6a6228a27e7f in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=6a6228a27e7f
description:
Put accidentially removed line back in patches/icedtea-ecj.patch.
2008-06-01 Mark Wielaard <mark at klomp.org>
* patches/icedtea-ecj.patch: Correct patch by reinstating
accidentally removed line.
diffstat:
2 files changed, 6 insertions(+)
ChangeLog | 5 +++++
patches/icedtea-ecj.patch | 1 +
diffs (23 lines):
diff -r f1c821e52996 -r 6a6228a27e7f ChangeLog
--- a/ChangeLog Fri May 30 11:09:57 2008 -0400
+++ b/ChangeLog Sun Jun 01 17:57:21 2008 +0200
@@ -1,3 +1,8 @@ 2008-05-30 Lillian Angel <langel at redha
+2008-06-01 Mark Wielaard <mark at klomp.org>
+
+ * patches/icedtea-ecj.patch: Correct patch by reinstating
+ accidentally removed line.
+
2008-05-30 Lillian Angel <langel at redhat.com>
* Makefile.am: Fixed dist to not include full path to ports, and
diff -r f1c821e52996 -r 6a6228a27e7f patches/icedtea-ecj.patch
--- a/patches/icedtea-ecj.patch Fri May 30 11:09:57 2008 -0400
+++ b/patches/icedtea-ecj.patch Sun Jun 01 17:57:21 2008 +0200
@@ -661,6 +661,7 @@ diff -Nru openjdk-ecj.orig/jdk/make/comm
@@ -649,10 +649,11 @@
$(RES_JAR_ARGLIST): $(RES_JAR_FILELIST)
$(prep-target)
+ $(SED) -e "s@^@-C $(CLASSBINDIR) @" $< > $@
-$(RESOURCES_JAR): $(RES_JAR_ARGLIST) $(JAR_MANIFEST_FILE)
+$(RESOURCES_JAR): $(RES_JAR_FILELIST) $(JAR_MANIFEST_FILE)
$(prep-target)
More information about the distro-pkg-dev
mailing list