mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
Makefiles: fix distclean dir dependency
test distclean uses tools so must distclean tools after test
This commit is contained in:
parent
d365bfe7e9
commit
895ee61642
@ -44,6 +44,7 @@ ifeq ($(MAKECMDGOALS),distclean)
|
|||||||
libdaemon lib tools daemons libdm \
|
libdaemon lib tools daemons libdm \
|
||||||
udev po liblvm python \
|
udev po liblvm python \
|
||||||
unit-tests/datastruct unit-tests/mm unit-tests/regex
|
unit-tests/datastruct unit-tests/mm unit-tests/regex
|
||||||
|
tools.distclean: test.distclean
|
||||||
endif
|
endif
|
||||||
DISTCLEAN_DIRS += lcov_reports*
|
DISTCLEAN_DIRS += lcov_reports*
|
||||||
DISTCLEAN_TARGETS += config.cache config.log config.status make.tmpl
|
DISTCLEAN_TARGETS += config.cache config.log config.status make.tmpl
|
||||||
|
Loading…
Reference in New Issue
Block a user