/hg/icedtea: Fix typo in clean-add-cacao target in Makefile.am
omajid at icedtea.classpath.org
omajid at icedtea.classpath.org
Thu Apr 21 10:09:20 PDT 2011
changeset 663791bf75c7 in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=663791bf75c7
author: Omair Majid <omajid at redhat.com>
date: Thu Apr 21 13:09:00 2011 -0400
Fix typo in clean-add-cacao target in Makefile.am
diffstat:
ChangeLog | 4 ++++
Makefile.am | 2 +-
2 files changed, 5 insertions(+), 1 deletions(-)
diffs (23 lines):
diff -r a4851a2bf343 -r 663791bf75c7 ChangeLog
--- a/ChangeLog Wed Apr 20 14:58:03 2011 -0400
+++ b/ChangeLog Thu Apr 21 13:09:00 2011 -0400
@@ -1,3 +1,7 @@
+2011-04-21 Omair Majid <omajid at redhat.com>
+
+ * Makefile.am (clean-add-cacao): Fix typo.
+
2011-04-20 Omair Majid <omajid at redhat.com>
* Makefile.am (stamps/remove-intree-libraries.stamp): Typo in file name.
diff -r a4851a2bf343 -r 663791bf75c7 Makefile.am
--- a/Makefile.am Wed Apr 20 14:58:03 2011 -0400
+++ b/Makefile.am Thu Apr 21 13:09:00 2011 -0400
@@ -2026,7 +2026,7 @@
clean-add-cacao:
rm -rf $(BUILD_JRE_ARCH_DIR)/cacao
- if [ -e $(BUILD_DEBUG_JRE_ARCH_DIR)/jvm.cfg ] ; then \
+ if [ -e $(BUILD_JRE_ARCH_DIR)/jvm.cfg ] ; then \
sed -i 's#-cacao KNOWN#-cacao ERROR#' $(BUILD_JRE_ARCH_DIR)/jvm.cfg ; \
fi
rm -f stamps/add-cacao.stamp
More information about the distro-pkg-dev
mailing list