Searched refs:make_cmd (Results 1 - 1 of 1) sorted by relevance
/solaris-x11-s11/open-src/util/build-tools/ |
H A D | xmake | 117 my $make_cmd = setenv_default('MAKE', 'dmake'); 119 if ($make_cmd =~ m/dmake/) { 181 print join(' ', $make_cmd, @makeargs, @pass_args), "\n"; 183 exec_verbose($make_cmd, @makeargs, @pass_args); 202 print join(' ', "(cd $moduledir ;\\\n", $make_cmd, @makeargs), ")\n"; 206 exec_verbose($make_cmd, @makeargs);
|
Completed in 15 milliseconds