1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
lvm2/liblvm
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 Add lvm_lv_get_tags(), lvm_lv_add_tag(), and lvm_lv_remove_tag(). 2010-02-24 18:16:26 +00:00
Doxyfile Add Doxygen file for lvm2app to generate documentation from lvm2app.h. 2010-02-24 18:16:54 +00:00
liblvm2app.pc.in check in the correct pkgconfig file 2009-07-23 01:41:53 +00:00
lvm2app.h Update doxygen comments for lvm2app.h. 2010-02-24 18:16:44 +00:00
lvm_base.c Disable long living process flag in lvm2app. 2010-03-17 14:45:28 +00:00
lvm_lv.c Use INTERNAL_ERROR definition consistently in internal error messages. 2010-03-25 18:22:04 +00:00
lvm_misc.c Add Doxygen file for lvm2app to generate documentation from lvm2app.h. 2010-02-24 18:16:54 +00:00
lvm_misc.h Add Doxygen file for lvm2app to generate documentation from lvm2app.h. 2010-02-24 18:16:54 +00:00
lvm_pv.c Use INTERNAL_ERROR definition consistently in internal error messages. 2010-03-25 18:22:04 +00:00
lvm_vg.c Use INTERNAL_ERROR definition consistently in internal error messages. 2010-03-25 18:22:04 +00:00
Makefile.in Use vpath instead of VPATH. 2010-04-09 21:34:25 +00:00