/hg/icedtea6: Don't fail if sed command to clean jvm.cfg fails.
aph at icedtea.classpath.org
aph at icedtea.classpath.org
Tue May 3 04:53:07 PDT 2011
changeset 6bf942777964 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=6bf942777964
author: aph
date: Tue May 03 12:50:36 2011 +0100
Don't fail if sed command to clean jvm.cfg fails.
diffstat:
Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 6b2f514d7874 -r 6bf942777964 Makefile.am
--- a/Makefile.am Mon May 02 12:05:50 2011 -0400
+++ b/Makefile.am Tue May 03 12:50:36 2011 +0100
@@ -1845,7 +1845,7 @@
clean-add-jamvm:
rm -rf $(BUILD_JRE_ARCH_DIR)/jamvm
- sed -i 's#-jamvm KNOWN#-jamvm ERROR#' jvm.cfg
+ -sed -i 's#-jamvm KNOWN#-jamvm ERROR#' jvm.cfg
rm -f stamps/add-jamvm.stamp
stamps/add-jamvm-debug.stamp: stamps/icedtea-debug.stamp stamps/jamvm.stamp
More information about the distro-pkg-dev
mailing list