[Libreoffice-commits] .: solenv/bin

Robert Nagy rnagy at kemper.freedesktop.org
Tue Apr 5 09:01:57 PDT 2011


 solenv/bin/build.pl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f005c958eeaa62c11b34dd7154df414be061bed6
Author: Robert Nagy <robert at openbsd.org>
Date:   Tue Apr 5 18:01:40 2011 +0200

    use the GNUMAKE environment variable for telling the user what to run

diff --git a/solenv/bin/build.pl b/solenv/bin/build.pl
index 34c140e..a4d4e49 100755
--- a/solenv/bin/build.pl
+++ b/solenv/bin/build.pl
@@ -1716,7 +1716,7 @@ sub cancel_build {
     print STDERR "cd $module\n";
     if (is_gnumake_module($module))
     {
-        print STDERR "make -r\n"
+        print STDERR "$ENV{GNUMAKE} -r\n"
     }
     else
     {


More information about the Libreoffice-commits mailing list