[Libreoffice-commits] .: solenv/bin

Robert Nagy rnagy at kemper.freedesktop.org
Tue Apr 5 08:55:50 PDT 2011


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

New commits:
commit c3af5036902c6b26d1913ace98752e92e8058b96
Author: Robert Nagy <robert at openbsd.org>
Date:   Tue Apr 5 17:54:04 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 8b653ba..34c140e 100755
--- a/solenv/bin/build.pl
+++ b/solenv/bin/build.pl
@@ -3533,7 +3533,7 @@ sub check_partial_gnumake_build {
         print "This module has been migrated to GNU make.\n";
         print "You can only use build --all/--since here with build.pl.\n";
         print "To do the equivalent of 'build && deliver' call:\n";
-        print "\tmake -sr\n";
+        print "\t$ENV{GNUMAKE} -sr\n";
         print "in the module root (This will modify the solver).\n";
         exit 1;
     }


More information about the Libreoffice-commits mailing list