changeset 8:72c548dad3a6

Fix CACAO_CONFIGURE_ARGS quoting typo.
author Mark Wielaard <mark@klomp.org>
date Tue, 22 Feb 2011 16:32:17 +0100
parents f9d539fde486
children ea34c3f2a5b8
files icedtea/master.cfg
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 @@
                               "--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 @@
                               "--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",