From b85f7857dc82ca1dbde1a91463cfe83cbcbee5f7 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Fri, 23 Sep 2005 14:09:38 +0000 Subject: r10452: Couple of small scons updates - ignore .sconsign files (This used to be commit b2d2b4f23393c727ae3feeaf4b4b65bc03a673f7) --- source4/script/find_unused_macros.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/script/find_unused_macros.pl') diff --git a/source4/script/find_unused_macros.pl b/source4/script/find_unused_macros.pl index 697afcd1a9..8886835fa3 100755 --- a/source4/script/find_unused_macros.pl +++ b/source4/script/find_unused_macros.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Script that reads in configure and outputs the names of all the defines -# it defines that are used nowhere in the code +# Script that reads in C files and prints defines that are used nowhere in the +# code # Arguments: C and H files # Copyright Jelmer Vernooij , GPL -- cgit