From 75c3c92f197406d14eb213e30a07955928517399 Mon Sep 17 00:00:00 2001 From: Jeff Morriss Date: Wed, 4 Apr 2012 20:46:49 +0000 Subject: Add a "-build" argument to checkAPIs.pl. Use that argument when building from makefiles (and thus from the buildbot). The intention is to be able to tell when a human is running the tool so we can provide more code-review guidance. As a starter, enable the "too many proto_tree_add_text() calls" check when a human is running the tool. svn path=/trunk/; revision=41943 --- asn1/camel/Makefile.nmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'asn1/camel') diff --git a/asn1/camel/Makefile.nmake b/asn1/camel/Makefile.nmake index 6aa21c4986..031542845c 100644 --- a/asn1/camel/Makefile.nmake +++ b/asn1/camel/Makefile.nmake @@ -28,6 +28,6 @@ include Makefile.common include ../Makefile.inc.nmake checkapi: - $(PERL) ../../tools/checkAPIs.pl \ + $(PERL) ../../tools/checkAPIs.pl -build \ $(PROTOCOL_NAME).cnf \ packet-$(PROTOCOL_NAME)-template.c \ No newline at end of file -- cgit v1.2.3