summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2011-08-11 19:18:17 +0000
committerAlasdair Kergon <agk@redhat.com>2011-08-11 19:18:17 +0000
commit40dbaac89256f1101382c389a035ce673997c625 (patch)
treebeabd15e7a67e9b1321275a6de43471f9c5418b0 /Makefile.in
parentb2fa9b43dc8797f33a4af94dadf6f52b81c3af99 (diff)
downloadlvm2-40dbaac89256f1101382c389a035ce673997c625.tar.gz
lvm2-40dbaac89256f1101382c389a035ce673997c625.tar.xz
lvm2-40dbaac89256f1101382c389a035ce673997c625.zip
pre-release fixes incl make distclean and configure --with-raid=none/shared
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 38c41a3c..654685ff 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -32,10 +32,12 @@ ifeq ("@APPLIB@", "yes")
SUBDIRS += liblvm
endif
+# FIXME Should use intermediate Makefiles here!
ifeq ($(MAKECMDGOALS),distclean)
SUBDIRS = doc include man scripts \
lib tools daemons libdm \
- udev po liblvm test/api test
+ udev po liblvm test/api test \
+ unit-tests/datastruct unit-tests/mm unit-tests/regex
endif
DISTCLEAN_DIRS += lcov_reports*
DISTCLEAN_TARGETS += config.cache config.log config.status make.tmpl
@@ -141,6 +143,7 @@ RUBY=ruby1.9 -Ireport-generators/lib -Ireport-generators/test
.PHONEY: unit-test ruby-test test-programs
# FIXME: put dependencies on libdm and liblvm
+# FIXME: Should be handled by Makefiles in subdirs, not here at top level.
test-programs:
cd unit-tests/regex && $(MAKE)
cd unit-tests/datastruct && $(MAKE)