1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-22 17:35:59 +03:00

Makefile: add missing deps

Add missing deps for device-mapper build of scripts dir.
Cleanup multiple SUBDIR lines together.
This commit is contained in:
Zdenek Kabelac 2013-09-05 11:32:42 +02:00
parent 1fdead8d97
commit ebf66ac316
2 changed files with 3 additions and 5 deletions

View File

@ -16,7 +16,7 @@ srcdir = @srcdir@
top_srcdir = @top_srcdir@ top_srcdir = @top_srcdir@
top_builddir = @top_builddir@ top_builddir = @top_builddir@
SUBDIRS = conf include man SUBDIRS = conf daemons include lib libdaemon libdm man scripts tools
ifeq ("@UDEV_RULES@", "yes") ifeq ("@UDEV_RULES@", "yes")
SUBDIRS += udev SUBDIRS += udev
@ -26,8 +26,6 @@ ifeq ("@INTL@", "yes")
SUBDIRS += po SUBDIRS += po
endif endif
SUBDIRS += lib tools daemons libdm libdaemon
ifeq ("@APPLIB@", "yes") ifeq ("@APPLIB@", "yes")
SUBDIRS += liblvm SUBDIRS += liblvm
endif endif
@ -36,8 +34,6 @@ ifeq ("@PYTHON_BINDINGS@", "yes")
SUBDIRS += python SUBDIRS += python
endif endif
SUBDIRS += scripts
ifeq ($(MAKECMDGOALS),clean) ifeq ($(MAKECMDGOALS),clean)
SUBDIRS += test SUBDIRS += test
endif endif
@ -67,6 +63,7 @@ libdm.device-mapper: include.device-mapper
liblvm.device-mapper: include.device-mapper liblvm.device-mapper: include.device-mapper
daemons.device-mapper: libdm.device-mapper daemons.device-mapper: libdm.device-mapper
tools.device-mapper: libdm.device-mapper tools.device-mapper: libdm.device-mapper
scripts.device-mapper: include.device-mapper
device-mapper: tools.device-mapper daemons.device-mapper man.device-mapper device-mapper: tools.device-mapper daemons.device-mapper man.device-mapper
ifeq ("@INTL@", "yes") ifeq ("@INTL@", "yes")

View File

@ -1,5 +1,6 @@
Version 2.02.102 Version 2.02.102
====================================== ======================================
Fix missing build dependency for scripts subdir in Makefile.
Extend lv_info() for more efficient lv_is_active_locally() check. Extend lv_info() for more efficient lv_is_active_locally() check.
Version 2.02.101 - 20th September 2013 Version 2.02.101 - 20th September 2013