Lines Matching refs:make
123 my $make;
1251 } elsif ($var eq "KERNEL_VERSION" && defined($make)) {
2145 run_command "$make INSTALL_MOD_STRIP=1 INSTALL_MOD_PATH=$tmpdir modules_install" or
2177 doprint "$make kernelrelease ... ";
2178 $version = `$make -s kernelrelease | tail -1`;
2348 if (!run_command "$make olddefconfig") {
2352 if (!run_command "$make oldnoconfig") {
2355 run_command "yes '' | $make oldconfig" or
2419 run_command "$make mrproper" or dodie "make mrproper";
2427 run_command "$make mrproper" or
2441 run_command "$make $type" or
2447 my $build_ret = run_command "$make $build_options", $buildlog;
3814 run_command "$make allnoconfig" or return 0;
4211 $make = "$makecmd O=$outputdir";