view vpath.sed @ 41279:bc45052c83ae

[!defined MAP_ANON]: Define MAP_ANON to MAP_ANONYMOUS if defined, 0 otherwise. (MAP_FAILED): Define if not defined and use it for testing mmap failure. (unexec) [!MAP_ANON]: Use /dev/zero as file to map.
author Sam Steingold <sds@gnu.org>
date Mon, 19 Nov 2001 15:13:45 +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)\
\