aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2008-06-27 22:48:25 +0000
committerGerald Combs <gerald@wireshark.org>2008-06-27 22:48:25 +0000
commitb642ef10fa8902ea4b9978a7deb82c8041cd7b43 (patch)
treee847a4694771f14f9f367aea1bdb5f8925dfd72b /wsutil
parentf8e3822738c2c6c906c1927ebe88c639c766a725 (diff)
Have checkAPIs.pl print to stderr, so that its output is colored red in
Buildbot. Make capitalization more consistent. Look for abort functions in wsutil. svn path=/trunk/; revision=25619
Diffstat (limited to 'wsutil')
-rw-r--r--wsutil/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/wsutil/Makefile.nmake b/wsutil/Makefile.nmake
index 229a6a7709..3a304c5244 100644
--- a/wsutil/Makefile.nmake
+++ b/wsutil/Makefile.nmake
@@ -53,6 +53,6 @@ distclean: clean
maintainer-clean: distclean
checkapi:
- $(PERL) ../tools/checkAPIs.pl \
+ $(PERL) ../tools/checkAPIs.pl -g abort \
$(LIBWSUTIL_SRC) \
# file_util.c