mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-03 05:18:29 +03:00
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.
This commit is contained in:
parent
847e2856a2
commit
967b5eb1f3
@ -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*
|
||||
|
Loading…
Reference in New Issue
Block a user