Lines Matching refs:a
10 # make 3.79.1 touches only interm-[ab] but reports final-[a] as
17 final-a: interm-a ; echo >> $@
19 interm-a:: orig1-a ; echo >> $@
20 interm-a:: orig2-a ; echo >> $@
26 &utouch(-30, 'orig1-a','orig2-b');
27 &utouch(-20, 'interm-a','interm-b');
28 &utouch(-10, 'final-a','final-b');
29 &touch('orig2-a','orig1-b');
31 &run_make_with_options($makefile, "-t final-a final-b", &get_logfile);
32 $answer = "touch interm-a\ntouch final-a\ntouch interm-b\ntouch final-b\n";
35 unlink('orig1-a', 'orig2-a', 'interm-a', 'final-a');