summaryrefslogtreecommitdiff
path: root/lib/Makefile.in
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2018-04-27 16:22:46 -0500
committerDavid Teigland <teigland@redhat.com>2018-04-30 16:55:02 -0500
commitc1cd18f21ef233fa19e948cf130e97c005a349ad (patch)
treedd257ff46f7214469c0f4bbca2c32cedc64387a0 /lib/Makefile.in
parent029a76b4f830750cc312c062d77cdaa4d1a1bba9 (diff)
downloadlvm2-c1cd18f21ef233fa19e948cf130e97c005a349ad.tar.gz
Remove lvm1 and pool disk formats
There are likely more bits of code that can be removed, e.g. lvm1/pool-specific bits of code that were identified using FMT flags. The vgconvert command can likely be reduced further. The lvm1-specific config settings should probably have some other fields set for proper deprecation.
Diffstat (limited to 'lib/Makefile.in')
-rw-r--r--lib/Makefile.in29
1 files changed, 0 insertions, 29 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in
index e53262604..8b8766252 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -16,14 +16,6 @@ srcdir = @srcdir@
top_srcdir = @top_srcdir@
top_builddir = @top_builddir@
-ifeq ("@LVM1@", "shared")
- SUBDIRS = format1
-endif
-
-ifeq ("@POOL@", "shared")
- SUBDIRS += format_pool
-endif
-
ifeq ("@CLUSTER@", "shared")
SUBDIRS += locking
endif
@@ -112,25 +104,6 @@ SOURCES =\
uuid/uuid.c \
zero/zero.c
-ifeq ("@LVM1@", "internal")
- SOURCES +=\
- format1/disk-rep.c \
- format1/format1.c \
- format1/import-export.c \
- format1/import-extents.c \
- format1/layout.c \
- format1/lvm1-label.c \
- format1/vg_number.c
-endif
-
-ifeq ("@POOL@", "internal")
- SOURCES +=\
- format_pool/disk_rep.c \
- format_pool/format_pool.c \
- format_pool/import_export.c \
- format_pool/pool_label.c
-endif
-
ifeq ("@CLUSTER@", "internal")
SOURCES += locking/cluster_locking.c
endif
@@ -167,8 +140,6 @@ LIB_STATIC = $(LIB_NAME).a
ifeq ($(MAKECMDGOALS),distclean)
SUBDIRS =\
- format1 \
- format_pool \
notify \
locking
endif