Kaydet (Commit) ee699fcd authored tarafından Robert Nagy's avatar Robert Nagy

use the GNUMAKE environment variable for telling the user what to run

üst 92509cbf
...@@ -3526,7 +3526,7 @@ sub check_partial_gnumake_build { ...@@ -3526,7 +3526,7 @@ sub check_partial_gnumake_build {
print "This module has been migrated to GNU make.\n"; print "This module has been migrated to GNU make.\n";
print "You can only use build --all/--since here with build.pl.\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 "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"; print "in the module root (This will modify the solver).\n";
exit 1; exit 1;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment