about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorMarco Peereboom <marco@conformal.com>2013-06-15 08:02:27 -0500
committerMarco Peereboom <marco@conformal.com>2013-06-15 08:02:27 -0500
commita8e2264b6a8aefc5f4b06ff30274143b2e85b2bc (patch)
tree9f86f428c84a583070cfc5f6b96c0df7ac2834fc
parent9447a3c39163f67ca6517eb6e5864e63954af46c (diff)
downloadxombrero-a8e2264b6a8aefc5f4b06ff30274143b2e85b2bc.tar.gz
no longer need to run analyze, just use 'scan-build make'
-rw-r--r--Makefile17
1 files changed, 0 insertions, 17 deletions
diff --git a/Makefile b/Makefile
index cc53e24..e552b18 100644
--- a/Makefile
+++ b/Makefile
@@ -76,21 +76,4 @@ beforeinstall:
 
 ${PROG} ${OBJS} beforedepend: javascript.h tooltip.h
 
-# clang targets
-.if ${.TARGETS:M*analyze*}
-CFLAGS+= -Wdeclaration-after-statement -Wshadow
-CC=clang
-CXX=clang++
-CPP=clang -E
-CFLAGS+=--analyze
-.elif ${.TARGETS:M*clang*}
-CFLAGS+= -Wdeclaration-after-statement -Wshadow
-CC=clang
-CXX=clang++
-CPP=clang -E
-.endif
-
-analyze: all
-clang: all
-
 .include <bsd.prog.mk>