summaryrefslogtreecommitdiff
path: root/solenv/bin/build.pl
diff options
context:
space:
mode:
authorRobert Nagy <robert@openbsd.org>2011-04-05 17:54:04 +0200
committerRobert Nagy <robert@openbsd.org>2011-04-05 17:55:43 +0200
commit436d41a84abbf9fca70cb8264953509f99f566ae (patch)
tree5b6b8ecabe8dddad4a1d494a34bddcf78de5ed47 /solenv/bin/build.pl
parentc18c4c0f682d2f99daa32b3218b8b2d0d69e5f9b (diff)
use the GNUMAKE environment variable for telling the user what to run
Diffstat (limited to 'solenv/bin/build.pl')
-rwxr-xr-xsolenv/bin/build.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/build.pl b/solenv/bin/build.pl
index 82afcf0db17a..21b469a89df5 100755
--- a/solenv/bin/build.pl
+++ b/solenv/bin/build.pl
@@ -3533,7 +3533,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;
}