mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-10 16:58:47 +03:00
Makefile: fix build in non src dir
Fix 'make install' from builddir != srcdir.
This commit is contained in:
parent
3a6f91d713
commit
c697f501c7
@ -1,5 +1,6 @@
|
||||
Version 2.02.105 -
|
||||
=====================================
|
||||
Fix install of conf subdir when not building in srcdir.
|
||||
Add reporting of thin_id device id for thin volumes.
|
||||
Fix reporting of empty numerical values.
|
||||
Simplify reporting code.
|
||||
|
@ -19,7 +19,7 @@ CONFSRC=example.conf
|
||||
CONFDEST=lvm.conf
|
||||
|
||||
DEFAULT_PROFILE=default.profile
|
||||
PROFILES=$(DEFAULT_PROFILE) thin-performance.profile
|
||||
PROFILES=$(DEFAULT_PROFILE) $(srcdir)/thin-performance.profile
|
||||
|
||||
include $(top_builddir)/make.tmpl
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user