]> sourceware.org Git - lvm2.git/commit
Use vpath instead of VPATH.
authorZdenek Kabelac <zkabelac@redhat.com>
Fri, 9 Apr 2010 21:34:25 +0000 (21:34 +0000)
committerZdenek Kabelac <zkabelac@redhat.com>
Fri, 9 Apr 2010 21:34:25 +0000 (21:34 +0000)
commitf3491d93a05c77b360993ed44c5d1ba2dcb30398
tree6e8337aabe8a61f34a9afbd95b1132139ccb1b12
parent337abee8f8aad902dfea1041b14db7b652d5e688
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
26 files changed:
Makefile.in
WHATS_NEW
daemons/Makefile.in
daemons/clvmd/Makefile.in
daemons/cmirrord/Makefile.in
daemons/dmeventd/Makefile.in
daemons/dmeventd/plugins/Makefile.in
daemons/dmeventd/plugins/lvm2/Makefile.in
daemons/dmeventd/plugins/mirror/Makefile.in
daemons/dmeventd/plugins/snapshot/Makefile.in
doc/Makefile.in
lib/Makefile.in
lib/format1/Makefile.in
lib/format_pool/Makefile.in
lib/locking/Makefile.in
lib/mirror/Makefile.in
lib/snapshot/Makefile.in
libdm/Makefile.in
liblvm/Makefile.in
make.tmpl.in
man/Makefile.in
po/Makefile.in
scripts/Makefile.in
test/api/Makefile.in
tools/Makefile.in
udev/Makefile.in
This page took 0.044396 seconds and 5 git commands to generate.