Home
last modified time | relevance | path

Searched refs:run_make_with_options (Results 1 – 25 of 66) sorted by relevance

123

/ndk/sources/host-tools/make-3.81/tests/scripts/targets/
DSECONDARY38 &run_make_with_options($makefile,'foo.d',&get_logfile);
46 &run_make_with_options($makefile,'foo.d',&get_logfile);
55 &run_make_with_options($makefile,'foo.d',&get_logfile);
61 &run_make_with_options($makefile,'foo.c',&get_logfile);
69 &run_make_with_options($makefile,'foo.c',&get_logfile);
78 &run_make_with_options($makefile,'foo.c',&get_logfile);
105 &run_make_with_options($makefile2, '', &get_logfile);
DINTERMEDIATE38 &run_make_with_options($makefile,'foo.d',&get_logfile);
44 &run_make_with_options($makefile,'foo.d',&get_logfile);
53 &run_make_with_options($makefile,'foo.d',&get_logfile);
59 &run_make_with_options($makefile,'foo.c',&get_logfile);
65 &run_make_with_options($makefile,'foo.c',&get_logfile);
74 &run_make_with_options($makefile,'foo.c',&get_logfile);
80 &run_make_with_options($makefile,'foo.e',&get_logfile);
101 &run_make_with_options($makefile2, '-R', &get_logfile);
Dclean26 &run_make_with_options($makefile,"",&get_logfile,0);
35 &run_make_with_options($makefile,"clean",&get_logfile,0);
/ndk/sources/host-tools/make-3.81/tests/scripts/features/
Ddouble_colon48 &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);
Dtargetvars63 &run_make_with_options($makefile, "one two three", &get_logfile);
69 &run_make_with_options($makefile, "one two FOO=1 BAR=2", &get_logfile);
75 &run_make_with_options($makefile, "four", &get_logfile);
81 &run_make_with_options($makefile, "seven", &get_logfile);
87 &run_make_with_options($makefile, "nine", &get_logfile);
93 &run_make_with_options($makefile, "nine-a", &get_logfile);
99 &run_make_with_options($makefile, "ten", &get_logfile);
105 &run_make_with_options($makefile, "foo.q bar.q", &get_logfile);
111 &run_make_with_options($makefile, "foo.t bar.s", &get_logfile);
131 &run_make_with_options("$makefile2", "", &get_logfile);
[all …]
Dexport50 &run_make_with_options($makefile,"",&get_logfile,0);
61 &run_make_with_options($makefile,"",&get_logfile,0);
70 &run_make_with_options($makefile,"EXPORT_ALL=1",&get_logfile,0);
79 &run_make_with_options($makefile,"UNEXPORT_ALL=1",&get_logfile,0);
88 &run_make_with_options($makefile,"EXPORT_ALL=1 UNEXPORT_ALL=1",&get_logfile,0);
97 &run_make_with_options($makefile,"EXPORT_ALL_PSEUDO=1",&get_logfile,0);
133 &run_make_with_options($makefile2,"",&get_logfile,0);
168 &run_make_with_options($makefile3,"",&get_logfile,0);
203 &run_make_with_options($makefile4,"",&get_logfile,0);
240 &run_make_with_options($makefile5,"",&get_logfile,0);
Ddefault_names29 &run_make_with_options("","",&get_logfile);
34 &run_make_with_options("","",&get_logfile);
39 &run_make_with_options("","",&get_logfile);
Dvpathplus72 &run_make_with_options($makefile,"general",&get_logfile);
85 &run_make_with_options($makefile,"notarget",&get_logfile,512);
98 &run_make_with_options($makefile,"intermediate",&get_logfile);
117 &run_make_with_options($makefile,"intermediate",&get_logfile);
Dpatspecific_vars39 &run_make_with_options($makefile, "", &get_logfile);
46 &run_make_with_options($makefile, "BAZ=five", &get_logfile);
53 &run_make_with_options($makefile, "four.x", &get_logfile);
60 &run_make_with_options($makefile, "ab", &get_logfile);
Dechoing47 &run_make_with_options($makefile,"",&get_logfile,0);
56 &run_make_with_options($makefile,"clean",&get_logfile,0);
65 &run_make_with_options($makefile,"-n clean",&get_logfile,0);
73 &run_make_with_options($makefile,"-s",&get_logfile,0);
Dmult_targets26 &run_make_with_options($makefile,"bigoutput",&get_logfile);
34 &run_make_with_options($makefile,"littleoutput",&get_logfile);
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/
Derror38 &run_make_with_options($makefile, "ERROR1=yes", &get_logfile, 512);
44 &run_make_with_options($makefile, "ERROR2=no", &get_logfile, 512);
50 &run_make_with_options($makefile, "ERROR3=maybe", &get_logfile, 512);
56 &run_make_with_options($makefile, "ERROR4=definitely", &get_logfile, 512);
62 &run_make_with_options($makefile, "testvar", &get_logfile, 512);
Dwarning36 &run_make_with_options($makefile, "WARNING1=yes", &get_logfile, 0);
42 &run_make_with_options($makefile, "WARNING2=no", &get_logfile, 0);
48 &run_make_with_options($makefile, "WARNING3=maybe", &get_logfile, 0);
54 &run_make_with_options($makefile, "WARNING4=definitely", &get_logfile, 0);
Deval27 &run_make_with_options($makefile, "", &get_logfile);
53 &run_make_with_options($makefile2, "", &get_logfile);
83 &run_make_with_options($makefile3, "", &get_logfile);
87 &run_make_with_options($makefile3, "BAR=1", &get_logfile);
108 &run_make_with_options($makefile3, "", &get_logfile);
131 &run_make_with_options($makefile4, "", &get_logfile);
Daddsuffix23 &run_make_with_options($makefile, "", &get_logfile);
30 &run_make_with_options($makefile, "two", &get_logfile);
Dwildcard46 &run_make_with_options($makefile,"print1",&get_logfile);
58 &run_make_with_options($makefile,"print2",&get_logfile);
76 &run_make_with_options($makefile,"clean",&get_logfile);
Dstrip45 &run_make_with_options($makefile,"",&get_logfile);
53 &run_make_with_options($makefile,"space",&get_logfile);
/ndk/sources/host-tools/make-3.81/tests/scripts/options/
Ddash-n23 &run_make_with_options($makefile, "", &get_logfile);
29 &run_make_with_options($makefile, "-Worig -n", &get_logfile);
58 &run_make_with_options($makefile2, "", &get_logfile);
64 &run_make_with_options($makefile2, "-n", &get_logfile);
Ddash-I41 &run_make_with_options($makefile,"-I $workdir all",&get_logfile);
49 &run_make_with_options($makefile,"-I $workdir ANOTHER",&get_logfile);
58 &run_make_with_options($makefile,"-I $workdir recurse",&get_logfile);
Ddash-f42 &run_make_with_options($makefile,"-f $makefile2 -f $makefile3",&get_logfile,0);
50 &run_make_with_options($makefile,"-f $makefile2 -f $makefile3 TWO",&get_logfile,0);
58 &run_make_with_options($makefile,
71 &run_make_with_options($makefile,
Dgeneral14 &run_make_with_options($makefile, "-j 1foo", &get_logfile);
31 &run_make_with_options($makefile, "-j1foo 2>/dev/null", &get_logfile, 512);
Ddash-e18 &run_make_with_options($makefile, '-e' ,&get_logfile);
/ndk/sources/host-tools/make-3.81/tests/scripts/variables/
DMAKECMDGOALS18 &run_make_with_options($makefile,
27 &run_make_with_options($makefile,
37 &run_make_with_options($makefile,
Dflavors59 &run_make_with_options($makefile, "", &get_logfile);
66 &run_make_with_options($makefile, "next", &get_logfile);
73 &run_make_with_options($makefile, "BOGUS=true", &get_logfile, 512);
80 &run_make_with_options($makefile, "outer", &get_logfile);
Dautomatic36 &run_make_with_options($makefile, "", &get_logfile);
70 &run_make_with_options($makefile2, "$dir/foo $dir/bar", &get_logfile);
74 &run_make_with_options($makefile2, "$dir/x.z $dir/y.z", &get_logfile);
78 &run_make_with_options($makefile2, "$dir/biz", &get_logfile);

123