Lines Matching refs:build
28 # build the config with "make oldconfig" to make sure it matches the
66 my $build;
74 usage: config-bisect.pl [-l linux-tree][-b build-dir] good-config bad-config [good|bad]
76 -b [optional] define location to build (O=build-dir) (default is linux-tree)
582 doprint "READY TO TEST .config IN $build\n";
646 $build = $val;
670 $build = $tree if (!defined($build));
673 $build = expand_path $build;
679 if ( ! -d $build ) {
680 die "$build not a directory\n";
704 if ($build ne $tree) {
705 $make = "make O=$build"
708 $output_config = "$build/.config";