[Libreoffice-commits] .: Branch 'libreoffice-3-4' - solenv/bin

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


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

New commits:
commit 72724ef0c4996eee4e8ef79a5b72944779c70c2a
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 38c81c7..2234975 100755
--- a/solenv/bin/build.pl
+++ b/solenv/bin/build.pl
@@ -3526,7 +3526,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