mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
dmstats: create dmstats symlink in test/lib
Create a symbolic link in test/lib for 'dmstats', pointing to the dmsetup binary in the tools/ build directory.
This commit is contained in:
parent
42ae586fa7
commit
985ed7822f
@ -309,6 +309,7 @@ LIB = $(addprefix lib/, $(LIB_SHARED) $(LIB_LOCAL) $(LIB_NOT) $(LIB_LINK_NOT) $(
|
||||
tools/dmsetup daemons/lvmetad/lvmetad \
|
||||
daemons/lvmpolld/lvmpolld ; do \
|
||||
$(LN_S) -f $(abs_top_builddir)/$$i lib/; done
|
||||
$(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
|
||||
|
Loading…
Reference in New Issue
Block a user