diff options
author | Gerald Combs <gerald@wireshark.org> | 2008-06-27 22:48:25 +0000 |
---|---|---|
committer | Gerald Combs <gerald@wireshark.org> | 2008-06-27 22:48:25 +0000 |
commit | b642ef10fa8902ea4b9978a7deb82c8041cd7b43 (patch) | |
tree | e847a4694771f14f9f367aea1bdb5f8925dfd72b /wsutil | |
parent | f8e3822738c2c6c906c1927ebe88c639c766a725 (diff) | |
download | wireshark-b642ef10fa8902ea4b9978a7deb82c8041cd7b43.tar.gz wireshark-b642ef10fa8902ea4b9978a7deb82c8041cd7b43.tar.bz2 wireshark-b642ef10fa8902ea4b9978a7deb82c8041cd7b43.zip |
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.nmake | 2 |
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 |