mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-02 01:18:26 +03:00
mark pool support read-only; fix makefile typo
This commit is contained in:
parent
d8ac0fbcbf
commit
603292735e
2
configure
vendored
2
configure
vendored
@ -864,7 +864,7 @@ Optional Packages:
|
||||
--with-group=GROUP Set the group owner of installed files
|
||||
--with-lvm1=TYPE LVM1 metadata support: internal/shared/none
|
||||
TYPE=internal
|
||||
--with-pool=TYPE GFS pool metadata support: internal/shared/none
|
||||
--with-pool=TYPE GFS pool read-only support: internal/shared/none
|
||||
TYPE=internal
|
||||
--with-snapshots=TYPE Snapshot support: internal/shared/none
|
||||
TYPE=internal
|
||||
|
@ -123,7 +123,7 @@ fi
|
||||
|
||||
dnl -- format_pool inclusion type
|
||||
AC_ARG_WITH(pool,
|
||||
[ --with-pool=TYPE GFS pool metadata support: internal/shared/none
|
||||
[ --with-pool=TYPE GFS pool read-only support: internal/shared/none
|
||||
[TYPE=internal] ],
|
||||
[ POOL="$withval" ],
|
||||
[ POOL="internal" ])
|
||||
|
@ -28,7 +28,7 @@ include ../../make.tmpl
|
||||
|
||||
.PHONY: install
|
||||
|
||||
install: liblvm2format_pool.so
|
||||
install: liblvm2formatpool.so
|
||||
$(INSTALL) -D $(OWNER) $(GROUP) -m 555 $(STRIP) $< \
|
||||
$(libdir)/liblvm2formatpool.so.$(LIB_VERSION)
|
||||
$(LN_S) -f liblvm2formatpool.so.$(LIB_VERSION) \
|
||||
|
Loading…
Reference in New Issue
Block a user