/hg/buildbot: Fix CACAO_CONFIGURE_ARGS quoting typo.

mjw at icedtea.classpath.org mjw at icedtea.classpath.org
Tue Feb 22 07:32:22 PST 2011


changeset 72c548dad3a6 in /hg/buildbot
details: http://icedtea.classpath.org/hg/buildbot?cmd=changeset;node=72c548dad3a6
author: Mark Wielaard <mark at klomp.org>
date: Tue Feb 22 16:32:17 2011 +0100

	Fix CACAO_CONFIGURE_ARGS quoting typo.


diffstat:

1 file changed, 2 insertions(+), 2 deletions(-)
icedtea/master.cfg |    4 ++--

diffs (21 lines):

diff -r f9d539fde486 -r 72c548dad3a6 icedtea/master.cfg
--- a/icedtea/master.cfg	Tue Feb 22 16:09:39 2011 +0100
+++ b/icedtea/master.cfg	Tue Feb 22 16:32:17 2011 +0100
@@ -311,7 +311,7 @@ f3anc.addStep(Configure(command=["../src
                               "--enable-cacao"],
                               workdir="build"))
 f3anc.addStep(Compile(command=["make",
-                                CACAO_CONFIGURE_ARGS=\"--enable-softfloat\""],
+                                "CACAO_CONFIGURE_ARGS=\"--enable-softfloat\""],
                       workdir="build"))
 f3anc.addStep(JTRegCheck(command=["make", "check-hotspot"],
                       description="check-hotspot",
@@ -447,7 +447,7 @@ f3a5c.addStep(Configure(command=["../src
                               "--enable-cacao"],
                               workdir="build"))
 f3a5c.addStep(Compile(command=["make",
-                                CACAO_CONFIGURE_ARGS=\"--enable-softfloat\""],
+                                "CACAO_CONFIGURE_ARGS=\"--enable-softfloat\""],
                       workdir="build"))
 f3a5c.addStep(JTRegCheck(command=["make", "check-hotspot"],
                       description="check-hotspot",



More information about the distro-pkg-dev mailing list