From 7e4936b00458c29dcc0510c99dca149277c29511 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 13 Jun 2011 19:36:08 +0300 Subject: 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. --- solenv/bin/build.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'solenv/bin') 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; } } -- cgit