view vpath.sed @ 50668:01d84e9d30e0

Patch by Wolfgang Scherer <Wolfgang.Scherer@gmx.de> (vc-cvs-stay-local): Allow lists of host regexps. (vc-cvs-stay-local-p): Handle them. (vc-cvs-parse-root): New function, used by the above.
author André Spiegel <spiegel@gnu.org>
date Wed, 23 Apr 2003 12:49:25 +0000
parents 4e736dcf8065
children 695cf19ef79e
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 %.c $(srcdir)\
vpath %.h $(srcdir)\
\