diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-02-10 13:00:57 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-02-10 14:20:52 +0000 |
commit | f484e0b07820d5772376aa75bc0f823f1e77e2f2 (patch) | |
tree | e72c278981401cc841f18be80be2220a639df9ce /Makefile | |
parent | 21040f22886e842847f18e9e4a2721a1845ea74d (diff) |
best to filter out salhelper:: from unused I think
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |