summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorPetr Rockai <prockai@redhat.com>2010-04-13 13:28:52 +0000
committerPetr Rockai <prockai@redhat.com>2010-04-13 13:28:52 +0000
commita2263de0a3c41090e46946419e1be5812e117400 (patch)
treea0baab41b34a1ec5845f320dd1db3f1710614887 /Makefile.in
parent2f938809c4b3d023213912e8667c5ccde38d00ac (diff)
downloadlvm2-a2263de0a3c41090e46946419e1be5812e117400.tar.gz
lvm2-a2263de0a3c41090e46946419e1be5812e117400.tar.xz
lvm2-a2263de0a3c41090e46946419e1be5812e117400.zip
Add check_cluster and check_local targets in addition to just "check".
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 609dcd2d..cf4629db 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -75,8 +75,8 @@ all: cscope.out
endif
DISTCLEAN_TARGETS += cscope.out
-check: all
- $(MAKE) -C test all
+check check_cluster check_local: all
+ $(MAKE) -C test $(@)
LCOV_TRACES = libdm.info lib.info tools.info \
daemons/dmeventd.info daemons/clvmd.info