view vpath.sed @ 9044:5ddb0e0adb08

(vc-backend-checkout): Add if-statements to the shell cmds to discard the extra arg some shells make. (vc-rename-file): Add autoload cookie. (vc-steal-lock): (1) Function should be non-interactive, because it doesn't work when called directly by the user. (2) Don't display revision "nil" when stealing lock if revision is unknown. (3) Put "Stolen lock on <file>" instead of just the file name in the Subject of the notification message.
author Richard M. Stallman <rms@gnu.org>
date Sat, 24 Sep 1994 00:58:07 +0000
parents c5419d943526
children 4e736dcf8065
line wrap: on
line source

/^VPATH *=/c\
# This works only in GNU make.  Using the patterns avoids\
# object files being found by VPATH, and thus permits building\
# when $srcdir is configured itself.\
vpath ymakefile $(srcdir)\
vpath %.c $(srcdir)\
vpath %.h $(srcdir)\
\