Lines Matching refs:dep
18 # Set up a symlink sym -> dep
19 # We'll make both dep and targ older than sym
22 &utouch(-10, 'dep');
24 symlink("../$dirnm/dep", 'sym');
32 # Now update dep; in all cases targ should be out of date.
33 &touch('dep');
42 # Add in a new link between sym and dep. Be sure it's newer than targ.
44 rename('dep', 'dep1');
45 symlink('dep1', 'dep');
52 rmfiles('targ', 'dep', 'sym', 'dep1');
57 symlink("../$dirname/dep", 'sym');