mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-03 05:18:29 +03:00
Fix lvm2app test to run under test/api subdirectory only when configured.
This commit is contained in:
parent
68fac97a07
commit
5a446cfbb9
@ -1,5 +1,6 @@
|
|||||||
Version 2.02.53 -
|
Version 2.02.53 -
|
||||||
=====================================
|
=====================================
|
||||||
|
Fix lvm2app test to run under test/api subdirectory only when configured.
|
||||||
Add vg_is_resizeable() and cleanup reference to VG_RESIZEABLE.
|
Add vg_is_resizeable() and cleanup reference to VG_RESIZEABLE.
|
||||||
|
|
||||||
Version 2.02.52 - 15th September 2009
|
Version 2.02.52 - 15th September 2009
|
||||||
|
@ -54,6 +54,9 @@ T = $(wildcard t-*.sh)
|
|||||||
|
|
||||||
ifeq ("@APPLIB@", "yes")
|
ifeq ("@APPLIB@", "yes")
|
||||||
T += lvm2app.sh
|
T += lvm2app.sh
|
||||||
|
all: api/vgtest
|
||||||
|
api/vgtest:
|
||||||
|
$(MAKE) -C api vgtest
|
||||||
endif
|
endif
|
||||||
|
|
||||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||||
|
Loading…
Reference in New Issue
Block a user