summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Rajnoha <prajnoha@redhat.com>2012-08-27 15:39:08 +0200
committerPeter Rajnoha <prajnoha@redhat.com>2012-08-27 15:39:08 +0200
commit967b5eb1f3a25572448974f882e3bc8ba5d3fb9a (patch)
treeb907eb11b76d3a2dacf29817f7b8f8594f41dcc3
parent847e2856a29c41756cc5bbaf70eb87ea030826f4 (diff)
downloadlvm2-967b5eb1f3a25572448974f882e3bc8ba5d3fb9a.tar.gz
lvm2-967b5eb1f3a25572448974f882e3bc8ba5d3fb9a.tar.xz
lvm2-967b5eb1f3a25572448974f882e3bc8ba5d3fb9a.zip
make: fix subdir order for distclean
The 'test' subdir needs to be processed before 'tools' subdir for distclean as all the cmd names are read from 'tools/.commands' file. Otherwise we'd end up with dangling symlinks in 'tools' subdir.
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index d957e260..43161902 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -40,9 +40,9 @@ SUBDIRS += scripts
# FIXME Should use intermediate Makefiles here!
ifeq ($(MAKECMDGOALS),distclean)
- SUBDIRS = doc include man scripts \
+ SUBDIRS = doc include man test scripts \
libdaemon lib tools daemons libdm \
- udev po liblvm test \
+ udev po liblvm \
unit-tests/datastruct unit-tests/mm unit-tests/regex
endif
DISTCLEAN_DIRS += lcov_reports*