summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-02-10 13:00:57 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-02-10 14:20:52 +0000
commitf484e0b07820d5772376aa75bc0f823f1e77e2f2 (patch)
treee72c278981401cc841f18be80be2220a639df9ce /Makefile
parent21040f22886e842847f18e9e4a2721a1845ea74d (diff)
best to filter out salhelper:: from unused I think
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 3f4403976afd..40779dde6087 100644
--- a/Makefile
+++ b/Makefile
@@ -431,10 +431,11 @@ findunusedcode:
$(SRCDIR)/solenv/callcatcher/bin/dmake
@$(GNUMAKE) -f $(SOLARENV)/bin/callcatcher.Makefile
@grep ::.*\( unusedcode.all \
- | grep -v ^cppu:: \
+ | grep -v ^Atom \
| grep -v ^boost:: \
| grep -v ^CIcc \
- | grep -v ^Atom \
+ | grep -v ^cppu:: \
+ | grep -v ^salhelper:: \
> unusedcode.easy
check: subsequentcheck