1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-09 01:18:39 +03:00
lvm2/daemons/dmeventd/plugins/snapshot
Zdenek Kabelac c737d34804 Use vpath instead of VPATH.
Usage of VPATH makes troubles when used within $(builddir).
Not only source files are being found through VPATH,
but targets as well. (make --debug=v)

Thus if user builds the code in $(srcdir) and also in some $(builddir)
he gets mangled results as some generated files (i.e. .export.sym)
are 'reused' from $(srcdir) instead of $(builddir).

This patch switches to use vpath were we could explicitly name
suffixes that should be looked via vpath - we must take care,
we do not generate files with these suffixes:
.c, .in, .po, .exported_symbols
2010-04-09 21:34:25 +00:00
..
.exported_symbols Amend previous commit. * does not match .files... 2008-01-09 15:33:25 +00:00
dmeventd_snapshot.c Rename "stat" to "status" in dmeventd_snapshot.c. 2010-02-15 12:55:20 +00:00
Makefile.in Use vpath instead of VPATH. 2010-04-09 21:34:25 +00:00