mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
Apply make distclean to test subdirs too.
This commit is contained in:
parent
c41413c499
commit
5b82db9a17
@ -22,5 +22,10 @@ VPATH = @srcdir@
|
||||
|
||||
SUBDIRS = include man lib tools
|
||||
|
||||
ifeq ($(MAKECMDGOALS),distclean)
|
||||
SUBDIRS += test/mm test/device test/format1 test/regex test/filters
|
||||
endif
|
||||
|
||||
|
||||
include make.tmpl
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user