Kaydet (Commit) d602c652 authored tarafından Caolán McNamara's avatar Caolán McNamara

add back in lost unused code filters

üst b5fa0ec9
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment