summaryrefslogtreecommitdiff
path: root/test/Makefile.in
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2016-05-25 13:57:33 -0500
committerDavid Teigland <teigland@redhat.com>2016-06-22 13:13:10 -0500
commitebd2758dab39bb70fd63d0d77314971f8bc9cbfd (patch)
treece9b77571ef9ecb56955095b8d254c7f4c498c74 /test/Makefile.in
parentdfc516f9bfd35ec36c60165bd319a9b0008764a3 (diff)
downloadlvm2-ebd2758dab39bb70fd63d0d77314971f8bc9cbfd.tar.gz
vgimportclone: add native command
This is cleaner and more efficient than the script. The args and usage are unchanged.
Diffstat (limited to 'test/Makefile.in')
-rw-r--r--test/Makefile.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/Makefile.in b/test/Makefile.in
index 59fcc96c9..f48d6ead9 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -321,7 +321,6 @@ LIB = $(addprefix lib/, $(LIB_SHARED) $(LIB_LOCAL) $(LIB_NOT) $(LIB_LINK_NOT) $(
$(LN_S) -f $(abs_top_builddir)/tools/dmsetup lib/dmstats
$(LN_S) -f $(abs_top_srcdir)/conf/thin-performance.profile lib/
$(LN_S) -f $(abs_top_srcdir)/scripts/fsadm.sh lib/fsadm
- $(LN_S) -f $(abs_top_srcdir)/scripts/vgimportclone.sh lib/vgimportclone
test "$(srcdir)" = . || for i in $(LIB_LVMLOCKD_CONF); do \
$(LN_S) -f $(abs_top_srcdir)/test/lib/$$i lib/; done
touch $@
@@ -333,7 +332,7 @@ endif
CLEAN_TARGETS += .lib-dir-stamp .tests-stamp $(LIB) $(addprefix lib/,\
$(CMDS) clvmd dmeventd dmsetup dmstats lvmetad lvmpolld \
- harness thin-performance.profile fsadm vgimportclone \
+ harness thin-performance.profile fsadm \
dm-version-expected version-expected \
paths-installed paths-installed-t paths-common paths-common-t)