From ebf66ac316da27399308d8cd553988c78f7ea150 Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Thu, 5 Sep 2013 11:32:42 +0200 Subject: [PATCH] Makefile: add missing deps Add missing deps for device-mapper build of scripts dir. Cleanup multiple SUBDIR lines together. --- Makefile.in | 7 ++----- WHATS_NEW | 1 + 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/Makefile.in b/Makefile.in index 81002ea17..e1178ee98 100644 --- a/Makefile.in +++ b/Makefile.in @@ -16,7 +16,7 @@ srcdir = @srcdir@ top_srcdir = @top_srcdir@ top_builddir = @top_builddir@ -SUBDIRS = conf include man +SUBDIRS = conf daemons include lib libdaemon libdm man scripts tools ifeq ("@UDEV_RULES@", "yes") SUBDIRS += udev @@ -26,8 +26,6 @@ ifeq ("@INTL@", "yes") SUBDIRS += po endif -SUBDIRS += lib tools daemons libdm libdaemon - ifeq ("@APPLIB@", "yes") SUBDIRS += liblvm endif @@ -36,8 +34,6 @@ ifeq ("@PYTHON_BINDINGS@", "yes") SUBDIRS += python endif -SUBDIRS += scripts - ifeq ($(MAKECMDGOALS),clean) SUBDIRS += test endif @@ -67,6 +63,7 @@ libdm.device-mapper: include.device-mapper liblvm.device-mapper: include.device-mapper daemons.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 ifeq ("@INTL@", "yes") diff --git a/WHATS_NEW b/WHATS_NEW index cca4c0e99..983e582d5 100644 --- a/WHATS_NEW +++ b/WHATS_NEW @@ -1,5 +1,6 @@ Version 2.02.102 ====================================== + Fix missing build dependency for scripts subdir in Makefile. Extend lv_info() for more efficient lv_is_active_locally() check. Version 2.02.101 - 20th September 2013