[Libreoffice-commits] .: solenv/bin
Tor Lillqvist
tml at kemper.freedesktop.org
Mon Jun 13 09:40:56 PDT 2011
solenv/bin/build.pl | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit a0a0c1e4938d6714c92390d2f1a736970fba2598
Author: Tor Lillqvist <tlillqvist at novell.com>
Date: Mon Jun 13 19:36:08 2011 +0300
It already says "to do the equivalent of 'build && deliver'"
So no need to say "this will modify the solver", especially as that
talk about 'the' solver is Hamburg-speak.
Also, don't advice to use the -s (silent) flag to make. Once the
developer grows tired of seeing verbose output, he will learn to use
-s.
diff --git a/solenv/bin/build.pl b/solenv/bin/build.pl
index 2b34313..8caaac8 100755
--- a/solenv/bin/build.pl
+++ b/solenv/bin/build.pl
@@ -3522,8 +3522,8 @@ 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 "\t$ENV{GNUMAKE} -sr\n";
- print "in the module root (This will modify the solver).\n";
+ print "\t$ENV{GNUMAKE} -r\n";
+ print "in the module root.\n";
exit 1;
}
}
More information about the Libreoffice-commits
mailing list