changeset in /hg/icedtea: 2007-09-12 Joshua Sumali <jsumali at re...
Joshua Sumali
jsumali at redhat.com
Wed Sep 12 09:47:15 PDT 2007
changeset e3cfac23dca1 in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=e3cfac23dca1
description:
2007-09-12 Joshua Sumali <jsumali at redhat.com>
* Makefile.am: Fixed error that broke the build.
* Makefile.in: Regenerated
diffstat:
3 files changed, 7 insertions(+), 2 deletions(-)
ChangeLog | 5 +++++
Makefile.am | 2 +-
Makefile.in | 2 +-
diffs (36 lines):
diff -r f10fc5307c27 -r e3cfac23dca1 ChangeLog
--- a/ChangeLog Wed Sep 12 10:30:41 2007 +0200
+++ b/ChangeLog Wed Sep 12 11:07:58 2007 -0400
@@ -1,3 +1,8 @@ 2007-09-11 Joshua Sumali <jsumali at redh
+2007-09-12 Joshua Sumali <jsumali at redhat.com>
+
+ * Makefile.am: Fixed error that broke the build.
+ * Makefile.in: Regenerated
+
2007-09-11 Joshua Sumali <jsumali at redhat.com>
* patches/icedtea-demos.patch: New File. Patches the sample
diff -r f10fc5307c27 -r e3cfac23dca1 Makefile.am
--- a/Makefile.am Wed Sep 12 10:30:41 2007 +0200
+++ b/Makefile.am Wed Sep 12 11:07:58 2007 -0400
@@ -208,7 +208,7 @@ stamps/extract-ecj.stamp: stamps/downloa
$(UNZIP) -q -d tmp-ecj $(OPENJDK_SRC_ZIP) ; \
mv tmp-ecj/openjdk openjdk-ecj ; \
rmdir tmp-ecj ; \
- chmod ug+w `find openjdk-ecj/j2se/share/demo/jvmti \
+ chmod ug+w `find openjdk-ecj/j2se/src/share/demo/jvmti \
-name sample.makefile.txt` ; \
fi
mkdir -p stamps
diff -r f10fc5307c27 -r e3cfac23dca1 Makefile.in
--- a/Makefile.in Wed Sep 12 10:30:41 2007 +0200
+++ b/Makefile.in Wed Sep 12 11:07:58 2007 -0400
@@ -715,7 +715,7 @@ stamps/extract-ecj.stamp: stamps/downloa
$(UNZIP) -q -d tmp-ecj $(OPENJDK_SRC_ZIP) ; \
mv tmp-ecj/openjdk openjdk-ecj ; \
rmdir tmp-ecj ; \
- chmod ug+w `find openjdk-ecj/j2se/share/demo/jvmti \
+ chmod ug+w `find openjdk-ecj/j2se/src/share/demo/jvmti \
-name sample.makefile.txt` ; \
fi
mkdir -p stamps
More information about the distro-pkg-dev
mailing list