diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-02-07 22:57:17 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-02-08 09:12:27 +0000 |
commit | d602c6528389e563c2617581938360c888b7e23a (patch) | |
tree | b5ffa88f689122db0aaf2cfc7d528cb72451ba9e | |
parent | b5fa0ec90515e58d65de080091d861e3f17688ba (diff) |
add back in lost unused code filters
-rw-r--r-- | Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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 |