[sheepdog] [PATCH] remove splint check

MORITA Kazutaka morita.kazutaka at lab.ntt.co.jp
Mon Feb 4 10:13:29 CET 2013


We use many GCC specific features that splint cannot parse.

Signed-off-by: MORITA Kazutaka <morita.kazutaka at lab.ntt.co.jp>
---
 collie/Makefile.am  |    3 ---
 sheep/Makefile.am   |    3 ---
 sheepfs/Makefile.am |    3 ---
 3 files changed, 0 insertions(+), 9 deletions(-)

diff --git a/collie/Makefile.am b/collie/Makefile.am
index d98b709..386ee24 100644
--- a/collie/Makefile.am
+++ b/collie/Makefile.am
@@ -37,9 +37,6 @@ noinst_HEADERS		= treeview.h collie.h
 
 EXTRA_DIST		= 
 
-lint:
-	-splint $(INCLUDES) $(LINT_FLAGS) $(CFLAGS) *.c
-
 all-local: 
 	@echo Built collie
 
diff --git a/sheep/Makefile.am b/sheep/Makefile.am
index f30c4b5..64b56d9 100644
--- a/sheep/Makefile.am
+++ b/sheep/Makefile.am
@@ -51,9 +51,6 @@ noinst_HEADERS		= work.h sheep_priv.h cluster.h farm/farm.h trace/trace.h
 
 EXTRA_DIST		= 
 
-lint:
-	-splint $(INCLUDES) $(LINT_FLAGS) $(CFLAGS) *.c
-
 all-local: 
 	@echo Built sheep
 
diff --git a/sheepfs/Makefile.am b/sheepfs/Makefile.am
index fd3960e..803cf02 100644
--- a/sheepfs/Makefile.am
+++ b/sheepfs/Makefile.am
@@ -33,9 +33,6 @@ noinst_HEADERS		= sheepfs.h
 
 EXTRA_DIST		=
 
-lint:
-	-splint $(INCLUDES) $(LINT_FLAGS) $(CFLAGS) *.c
-
 all-local:
 	@echo Built sheepfs
 
-- 
1.7.2.5




More information about the sheepdog mailing list