Lines Matching refs:W
3 $description = "Test make -W (what if) option.\n";
17 # Now run it with -W b.x: should rebuild a.x
19 run_make_test(undef, '-W b.x', 'echo >> a.x');
25 run_make_test(undef, '-W b.x', 'echo >> a.x');
31 # Test -W with the re-exec feature: we don't want to re-exec forever
51 # Now run with -W bar.x
56 run_make_test(undef, '-W bar.x', "restarts=\ntouch foo.x\nrestarts=1\ntouch baz.x");
60 # Test -W on vpath-found files: it should take effect.
70 '-W x-dir/x VPATH=x-dir',
78 '-W ./x-dir/x VPATH=x-dir',
82 '-W x-dir/x VPATH=./x-dir',