summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-02-07 22:57:17 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-02-08 09:12:27 +0000
commitd602c6528389e563c2617581938360c888b7e23a (patch)
treeb5ffa88f689122db0aaf2cfc7d528cb72451ba9e /Makefile
parentAdded READMEs for modules used by LibO Base and LibO Calc. (diff)
downloadcore-d602c6528389e563c2617581938360c888b7e23a.tar.gz
core-d602c6528389e563c2617581938360c888b7e23a.zip
add back in lost unused code filters
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 88cd5a10e031..c5c85895f0ad 100644
--- a/Makefile
+++ b/Makefile
@@ -418,7 +418,12 @@ findunusedcode:
ln -sf $(SRCDIR)/solenv/$(INPATH)/bin/dmake \
$(SRCDIR)/solenv/callcatcher/bin/dmake
@$(GNUMAKE) -f $(SOLARENV)/bin/callcatcher.Makefile
- @grep ::.*\( unusedcode.all | grep -v ^cppu:: > unusedcode.easy
+ @grep ::.*\( unusedcode.all \
+ | grep -v ^cppu:: \
+ | grep -v ^boost:: \
+ | grep -v ^CIcc \
+ | grep -v ^Atom \
+ > unusedcode.easy
check: subsequentcheck