/ndk/sources/host-tools/make-3.81/tests/scripts/targets/ |
D | SECONDARY | 38 &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);
|
D | INTERMEDIATE | 38 &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);
|
D | clean | 26 &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/ |
D | double_colon | 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);
|
D | targetvars | 63 &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 …]
|
D | export | 50 &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);
|
D | default_names | 29 &run_make_with_options("","",&get_logfile); 34 &run_make_with_options("","",&get_logfile); 39 &run_make_with_options("","",&get_logfile);
|
D | vpathplus | 72 &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);
|
D | patspecific_vars | 39 &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);
|
D | echoing | 47 &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);
|
D | mult_targets | 26 &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/ |
D | error | 38 &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);
|
D | warning | 36 &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);
|
D | eval | 27 &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);
|
D | addsuffix | 23 &run_make_with_options($makefile, "", &get_logfile); 30 &run_make_with_options($makefile, "two", &get_logfile);
|
D | wildcard | 46 &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);
|
D | strip | 45 &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/ |
D | dash-n | 23 &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);
|
D | dash-I | 41 &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);
|
D | dash-f | 42 &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,
|
D | general | 14 &run_make_with_options($makefile, "-j 1foo", &get_logfile); 31 &run_make_with_options($makefile, "-j1foo 2>/dev/null", &get_logfile, 512);
|
D | dash-e | 18 &run_make_with_options($makefile, '-e' ,&get_logfile);
|
/ndk/sources/host-tools/make-3.81/tests/scripts/variables/ |
D | MAKECMDGOALS | 18 &run_make_with_options($makefile, 27 &run_make_with_options($makefile, 37 &run_make_with_options($makefile,
|
D | flavors | 59 &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);
|
D | automatic | 36 &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);
|