diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-06-13 19:36:08 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-06-13 19:38:48 +0300 |
commit | 7e4936b00458c29dcc0510c99dca149277c29511 (patch) | |
tree | 9b0dca96f1576698489982b3ea15513722bd2f68 /solenv/bin/build.pl | |
parent | 13e0f8cb581457ad03caf3cb2d0c40ef047717b9 (diff) |
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.
Diffstat (limited to 'solenv/bin/build.pl')
-rwxr-xr-x | solenv/bin/build.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/solenv/bin/build.pl b/solenv/bin/build.pl index 2ee9af468e92..896d0095e4ac 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; } } |