summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsolenv/bin/build.pl4
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;
}
}