Lines Matching refs:makefile
17 open(MAKEFILE,"> $makefile");
48 &run_make_with_options($makefile, "all", &get_logfile, 0);
55 &run_make_with_options($makefile, "-j10 all", &get_logfile, 0);
62 &run_make_with_options($makefile, "bar", &get_logfile, 0);
69 &run_make_with_options($makefile, "-j10 bar", &get_logfile, 0);
79 &run_make_with_options($makefile, "foo", &get_logfile, 0);
86 &run_make_with_options($makefile, "-j10 foo", &get_logfile, 0);
97 &run_make_with_options($makefile, "foo", &get_logfile, 0);
104 &run_make_with_options($makefile, "-j10 foo", &get_logfile, 0);
111 &run_make_with_options($makefile, "d", &get_logfile, 0);
120 # &run_make_with_options($makefile, "-j10 biz", &get_logfile, 0);