Lines Matching refs:L
3 $description = "Test the -L option.";
5 $details = "Verify that symlink handling with and without -L works properly.";
26 # Without -L, nothing should happen
27 # With -L, it should update targ
30 run_make_test(undef, '-L', "make targ from sym");
35 run_make_test(undef, '-L', "make targ from sym");
40 run_make_test(undef, '-L', "#MAKE#: `targ' is up to date.");
47 # Without -L, nothing should happen
48 # With -L, it should update targ
50 run_make_test(undef, '-L', "make targ from sym");
54 # Check handling when symlinks point to non-existent files. Without -L we
55 # should get an error: with -L we should use the timestamp of the symlink.
61 run_make_test('targ: sym ; @echo make $@ from $<', '-L',