[or-cvs] [tor/master] List all the excluded files for make check-spaces

Nick Mathewson nickm at seul.org
Sat Dec 12 07:10:49 UTC 2009


Author: Sebastian Hahn <sebastian at torproject.org>
Date: Sat, 17 Oct 2009 15:12:40 +0200
Subject: List all the excluded files for make check-spaces
Commit: 4116a00679e567e77bed92a5027e8bef1d9513ff

The file listing for excluded files was outdated. tree.h doesn't
exist anymore, and several other files were missing.
---
 Makefile.am |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 24b30bc..850ab71 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -61,7 +61,8 @@ doxygen:
 test: all
 	./src/test/test
 
-# Avoid strlcpy.c, strlcat.c, tree.h
+# Avoid strlcpy.c, strlcat.c, aes.c, OpenBSD_malloc_Linux.c, sha256.c,
+# eventdns.[hc], tinytest.[ch]
 check-spaces:
 	./contrib/checkSpace.pl -C                    \
 	        src/common/*.h                        \
-- 
1.5.6.5




More information about the tor-commits mailing list