1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-27 01:55:10 +03:00

mark pool support read-only; fix makefile typo

This commit is contained in:
Alasdair Kergon 2004-06-07 19:26:13 +00:00
parent d8ac0fbcbf
commit 603292735e
3 changed files with 3 additions and 3 deletions

2
configure vendored
View File

@ -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

View File

@ -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" ])

View File

@ -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) \