]> sourceware.org Git - lvm2.git/commitdiff
build: libdm preload dir is no longer needed
authorZdenek Kabelac <zkabelac@redhat.com>
Tue, 3 Jul 2018 09:12:04 +0000 (11:12 +0200)
committerZdenek Kabelac <zkabelac@redhat.com>
Sun, 8 Jul 2018 22:23:32 +0000 (00:23 +0200)
Since we do not build lvm code with libdm, drop preload.

WHATS_NEW
conf/Makefile.in

index 4919f2462597e0e9cb98fa3eed1e0b30f78c4094..54d67906963f3f1bc7b4d83dd0af190bd9218c05 100644 (file)
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,5 +1,7 @@
 Version 3.0.0
 =============
+  Never send any discard ioctl with test mode.
+  Fix thin-pool alloc which needs same PV for data and metadata.
   Extend list of non-memlocked areas with newly linked libs.
   Enhance vgcfgrestore to check for active LVs in restored VG.
   Configure supports --disable-silent-rules for verbose builds.
index 5330c07fcf9d7c91f1b2328c90e9963c7ef13c9f..d47c7593a61306fc148e1257670466587c63014d 100644 (file)
@@ -32,8 +32,8 @@ include $(top_builddir)/make.tmpl
 .PHONY: install_conf install_localconf install_profiles
 
 generate:
-       LD_LIBRARY_PATH=$(top_builddir)/libdm:$(LD_LIBRARY_PATH) $(top_builddir)/tools/lvm dumpconfig --type default --unconfigured --withgeneralpreamble --withcomments --ignorelocal --withspaces > example.conf.in
-       LD_LIBRARY_PATH=$(top_builddir)/libdm:$(LD_LIBRARY_PATH) $(top_builddir)/tools/lvm dumpconfig --type default --unconfigured --withlocalpreamble --withcomments --withspaces local > lvmlocal.conf.in
+       $(top_builddir)/tools/lvm dumpconfig --type default --unconfigured --withgeneralpreamble --withcomments --ignorelocal --withspaces > example.conf.in
+       $(top_builddir)/tools/lvm dumpconfig --type default --unconfigured --withlocalpreamble --withcomments --withspaces local > lvmlocal.conf.in
 
 install_conf: $(CONFSRC)
        @if [ ! -e $(confdir)/$(CONFDEST) ]; then \
This page took 0.053134 seconds and 5 git commands to generate.